Link support 1/2
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 59s

This commit is contained in:
2026-05-03 01:02:13 +02:00
parent 030060286f
commit 94e2b8bd47
6 changed files with 71 additions and 169 deletions

View File

@@ -34,12 +34,6 @@ const defWindows = {
component: () => import('~/components/windows/CreateCampaignWindow.vue'),
close: () => ClearWindow({type: 'create_campaign'}),
movable: true
},
create_note: {
title: "Create note",
component: () => import('~/components/windows/CreateNoteWindow.vue'),
close: () => ClearWindow({type: 'create_note'}),
movable: true
}
}