feat(monday): add new boards trigger

This commit is contained in:
Rıdvan Akca
2024-05-03 14:46:07 +02:00
parent 2295507a2c
commit f0b5d85a7a
6 changed files with 51 additions and 1 deletions

View File

@@ -228,7 +228,10 @@ export default defineConfig({
text: 'Monday',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/monday/connection' }],
items: [
{ text: 'Triggers', link: '/apps/monday/triggers' },
{ text: 'Connection', link: '/apps/monday/connection' },
],
},
{
text: 'Notion',