feat(dropbox): add new folders trigger

This commit is contained in:
Rıdvan Akca
2024-02-26 16:36:26 +03:00
parent 60b20c4d01
commit 51e96b832d
5 changed files with 80 additions and 1 deletions

View File

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