Skip to content

Commit 84c3689

Browse files
kushthedudeiamareebjamal
authored andcommitted
chore: comment out custom form widget (#3600)
* commenting custom form widget * Updating comment message
1 parent 4e2c186 commit 84c3689

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-
319+
{{!-- Commented out until issue #3598 is solved and needs thorough testing.
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)