Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 17:30:29 +01:00
Update wizard.js.es6
Dieser Commit ist enthalten in:
Ursprung
ba7c50b40f
Commit
aa5f455c6b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -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
|
||||||
});
|
});
|
||||||
}));
|
}));
|
||||||
|
|
Laden …
In neuem Issue referenzieren