feat(invoice-ninja): add create client action

This commit is contained in:
Rıdvan Akca
2023-10-09 14:52:05 +03:00
committed by Faruk AYDIN
parent c4af873036
commit 5b13f880c8
7 changed files with 508 additions and 0 deletions

View File

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