1
0
Fork 0

Use custom-wizard-step-form

Dieser Commit ist enthalten in:
Angus McLeod 2022-07-28 20:12:36 +01:00
Ursprung ea177b790d
Commit b078b9c8f4

Datei anzeigen

@ -13,11 +13,11 @@
<div class="wizard-step-description">{{cookedDescription}}</div>
{{/if}}
{{#wizard-step-form step=step}}
{{#custom-wizard-step-form step=step}}
{{#each step.fields as |field|}}
{{custom-wizard-field field=field step=step wizard=wizard}}
{{/each}}
{{/wizard-step-form}}
{{/custom-wizard-step-form}}
</div>
<div class="wizard-step-footer">