1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-17 18:36:39 +02:00

feat(form-plugin): update _actionHiddenField #360

This commit is contained in:
Awilum
2020-02-08 16:49:37 +03:00
parent 744a56f7c6
commit 060e5fbebd

View File

@@ -606,6 +606,6 @@ class FormController extends Controller
*/
protected function _actionHiddenField() : string
{
return Form::hidden('action', 'save-form');
return '<input type="hidden" id="action" name="action" value="save-form">';
}
}