Skip to content
Snippets Groups Projects
Commit b795d034 authored by colemanw's avatar colemanw
Browse files

Afform - fix missing submit actions

This regressed due to 09a3e370 specifying the wrong type.
parent af09a3d8
Branches
Tags
No related merge requests found
......@@ -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" >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment