feat(google-tasks): add find task action

This commit is contained in:
Rıdvan Akca
2024-01-16 16:27:45 +03:00
parent 7a6aa99840
commit 92a9b096ec
8 changed files with 107 additions and 0 deletions

View File

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