feat(asana): add create task action
This commit is contained in:
@@ -54,7 +54,11 @@ export default defineConfig({
|
||||
text: 'Asana',
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [{ text: 'Connection', link: '/apps/asana/connection' }],
|
||||
items: [
|
||||
{ text: 'Triggers', link: '/apps/asana/triggers' },
|
||||
{ text: 'Actions', link: '/apps/asana/actions' },
|
||||
{ text: 'Connection', link: '/apps/asana/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Carbone',
|
||||
|
Reference in New Issue
Block a user