Unify name fields in form to be non-mandatory as default

[MAILPOET-2827]
This commit is contained in:
Rostislav Wolny
2020-04-06 11:23:36 +02:00
committed by Veljko V
parent 201c1c7656
commit 217b9194db

View File

@@ -21,7 +21,7 @@ export const settings = {
},
mandatory: {
type: 'boolean',
default: true,
default: false,
},
styles: {
type: 'object',