Skip to content

Commit

Permalink
Merge pull request #23025 from colemanw/fixSubmitActions2
Browse files Browse the repository at this point in the history
Afform - fix missing submit actions
  • Loading branch information
colemanw authored Mar 24, 2022
2 parents af09a3d + b795d03 commit 6c70a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/afform/admin/ang/afGuiEditor/config-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</fieldset>

<!-- Submit actions are only applicable to form types with a submit button (exclude blocks and search forms) -->
<fieldset ng-if=":: editor.afform.type === 'custom'">
<fieldset ng-if=":: editor.afform.type === 'form'">
<legend>{{:: ts('Submit Actions') }}</legend>

<div class="form-group" >
Expand Down

0 comments on commit 6c70a7c

Please sign in to comment.