File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/templates/components/forms/wizard Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 316
316
{{ else }}
317
317
<div class =" spacer-50" ></div >
318
318
{{ /if }}
319
-
319
+ {{!-- Commented out until issue #3598 is solved and needs thorough testing.
320
320
{{#each complexCustomForms as |form|}}
321
321
{{form.isComplex}}
322
322
<div class="fields">
354
354
{{/each}}
355
355
356
356
<button type="button" class="ui primary {{if device.isMobile 'small'}} button" {{action 'addCustomField'}}>{{t 'Add another custom field'}}</button>
357
-
357
+ --}}
358
358
359
359
<div class =" ui fields buttons {{ if device.isMobile ' mini three' ' right floated large' }} " >
360
360
<button class =" ui three field left labeled icon button {{ if isLoading ' disabled' }} " type =" button" {{ action ' move' ' backwards' }} >
You can’t perform that action at this time.
0 commit comments