feat(notion): add create database item action

This commit is contained in:
Rıdvan Akca
2023-07-17 16:23:00 +03:00
parent c80d178410
commit bfe496a09b
5 changed files with 119 additions and 4 deletions

View File

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