This commit is contained in:
@@ -34,6 +34,18 @@ const defWindows = {
|
||||
component: () => import('~/components/windows/CreateCampaignWindow.vue'),
|
||||
close: () => ClearWindow({type: 'create_campaign'}),
|
||||
movable: true
|
||||
},
|
||||
rename_note: {
|
||||
title: "Rename Note",
|
||||
component: () => import('~/components/windows/RenameNoteWindow.vue'),
|
||||
close: () => ClearWindow({type: 'rename_note'}),
|
||||
movable: true
|
||||
},
|
||||
new_folder: {
|
||||
title: "New Folder",
|
||||
component: () => import('~/components/windows/NewFolderWindow.vue'),
|
||||
close: () => ClearWindow({type: 'new_folder'}),
|
||||
movable: true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user