feat(zendesk): add create ticket action
This commit is contained in:
@@ -442,7 +442,10 @@ export default defineConfig({
|
||||
text: 'Zendesk',
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [{ text: 'Connection', link: '/apps/zendesk/connection' }],
|
||||
items: [
|
||||
{ text: 'Actions', link: '/apps/zendesk/actions' },
|
||||
{ text: 'Connection', link: '/apps/zendesk/connection' },
|
||||
],
|
||||
},
|
||||
],
|
||||
'/': [
|
||||
|
Reference in New Issue
Block a user