Fixed warning about unsaved data when leaving empty campaign edit.
This commit is contained in:
parent
3c4fbf2754
commit
e49630d4f0
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ export function getTemplateTypes(t, prefix = '', entityTypeId = ResourceType.TEM
|
|||
return null;
|
||||
},
|
||||
initData: () => ({
|
||||
[prefix + 'mosaicoTemplate']: '',
|
||||
[prefix + 'mosaicoTemplate']: null,
|
||||
[prefix + 'mosaicoData']: {}
|
||||
}),
|
||||
afterLoad: data => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue