feat(clickup): add create folder action

This commit is contained in:
Rıdvan Akca
2024-02-16 16:51:06 +03:00
committed by Ali BARIN
parent ec075f05c5
commit 7e3325e959
5 changed files with 90 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/clickup.svg
items:
- name: Create folder
desc: Creates a new folder.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />