From b078b9c8f43a7d28ea9647f096b71cdd4c0540a3 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Thu, 28 Jul 2022 20:12:36 +0100 Subject: [PATCH] Use custom-wizard-step-form --- .../discourse/templates/components/custom-wizard-step.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/javascripts/discourse/templates/components/custom-wizard-step.hbs b/assets/javascripts/discourse/templates/components/custom-wizard-step.hbs index 40abed09..9aee2857 100644 --- a/assets/javascripts/discourse/templates/components/custom-wizard-step.hbs +++ b/assets/javascripts/discourse/templates/components/custom-wizard-step.hbs @@ -13,11 +13,11 @@
{{cookedDescription}}
{{/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}}