diff --git a/client/src/templates/helpers.js b/client/src/templates/helpers.js index eca7de53..830306ec 100644 --- a/client/src/templates/helpers.js +++ b/client/src/templates/helpers.js @@ -141,7 +141,7 @@ export function getTemplateTypes(t, prefix = '', entityTypeId = ResourceType.TEM return null; }, initData: () => ({ - [prefix + 'mosaicoTemplate']: '', + [prefix + 'mosaicoTemplate']: null, [prefix + 'mosaicoData']: {} }), afterLoad: data => {