Skip to content

Commit

Permalink
chore: reveal the custom widget form (#3709)
Browse files Browse the repository at this point in the history
  • Loading branch information
kushthedude authored and iamareebjamal committed Dec 21, 2019
1 parent df09205 commit c192f12
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
{{else}}
<div class="spacer-50"></div>
{{/if}}
{{!-- Commented out until issue #3598 is solved and needs thorough testing.

{{#each complexCustomForms as |form|}}
{{form.isComplex}}
<div class="fields">
Expand Down Expand Up @@ -354,7 +354,7 @@
{{/each}}

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


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

0 comments on commit c192f12

Please sign in to comment.