feat(monday): add create board action

This commit is contained in:
Rıdvan Akca
2024-05-08 12:14:32 +02:00
committed by Jakub P.
parent ea51e676e2
commit ec0cc38a92
5 changed files with 88 additions and 0 deletions

View File

@@ -345,6 +345,7 @@ export default defineConfig({
collapsible: true,
collapsed: true,
items: [
{ text: 'Actions', link: '/apps/monday/actions' },
{ text: 'Triggers', link: '/apps/monday/triggers' },
{ text: 'Connection', link: '/apps/monday/connection' },
],