feat(monday): add new boards trigger
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user