Skip to content

Commit c192f12

Browse files
kushthedudeiamareebjamal
authored andcommitted
chore: reveal the custom widget form (#3709)
1 parent df09205 commit c192f12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/components/forms/wizard/sessions-speakers-step.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
{{else}}
317317
<div class="spacer-50"></div>
318318
{{/if}}
319-
{{!-- Commented out until issue #3598 is solved and needs thorough testing.
319+
320320
{{#each complexCustomForms as |form|}}
321321
{{form.isComplex}}
322322
<div class="fields">
@@ -354,7 +354,7 @@
354354
{{/each}}
355355

356356
<button type="button" class="ui primary {{if device.isMobile 'small'}} button" {{action 'addCustomField'}}>{{t 'Add another custom field'}}</button>
357-
--}}
357+
358358

359359
<div class="ui fields buttons {{if device.isMobile 'mini three' 'right floated large'}}">
360360
<button class="ui three field left labeled icon button {{if isLoading 'disabled'}}" type="button" {{action 'move' 'backwards'}}>

0 commit comments

Comments
 (0)