0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-23 01:40:29 +01:00

Update wizard.js.es6

Dieser Commit ist enthalten in:
Angus McLeod 2020-04-16 13:34:49 +10:00
Ursprung ba7c50b40f
Commit aa5f455c6b

Datei anzeigen

@ -75,7 +75,7 @@ function wizardFieldList(steps = [], opts = {}) {
result.push(...fields.map((field) => { result.push(...fields.map((field) => {
return EmberObject.create({ return EmberObject.create({
id: field.id, id: field.id,
label: `${field.label} (${step.id}, ${field.id})`, label: `${field.label} (${field.id})`,
type: field.type type: field.type
}); });
})); }));