diff --git a/packages/nc-gui/components/dashboard/TreeView/CreateProject/Menu.vue b/packages/nc-gui/components/dashboard/TreeView/CreateProject/Menu.vue new file mode 100644 index 0000000000..339b267bb8 --- /dev/null +++ b/packages/nc-gui/components/dashboard/TreeView/CreateProject/Menu.vue @@ -0,0 +1,70 @@ + + + \ No newline at end of file diff --git a/packages/nc-gui/components/dashboard/TreeView/CreateProject/MenuItem.vue b/packages/nc-gui/components/dashboard/TreeView/CreateProject/MenuItem.vue new file mode 100644 index 0000000000..9555f3857a --- /dev/null +++ b/packages/nc-gui/components/dashboard/TreeView/CreateProject/MenuItem.vue @@ -0,0 +1,39 @@ + + + + + \ No newline at end of file diff --git a/packages/nc-gui/components/project/Action/Item.vue b/packages/nc-gui/components/project/Action/Item.vue index c9c7862b64..2004ebe5fe 100644 --- a/packages/nc-gui/components/project/Action/Item.vue +++ b/packages/nc-gui/components/project/Action/Item.vue @@ -4,22 +4,22 @@ defineProps<{ label: string subtext?: string isLoading?: boolean + icon?: IconMapKey }>()