Browse Source

fix(nc-gui): console errors

pull/7807/head
Ramesh Mane 9 months ago
parent
commit
0bff1c2ce2
  1. 3
      packages/nc-gui/components/dashboard/TreeView/ProjectNode.vue

3
packages/nc-gui/components/dashboard/TreeView/ProjectNode.vue

@ -423,8 +423,8 @@ const projectDelete = () => {
<div v-e="['c:base:iconColorChange']" class="flex items-center select-none w-6 h-full">
<a-spin v-if="base.isLoading" class="!ml-1.25 !flex !flex-row !items-center !my-0.5 w-8" :indicator="indicator" />
<div v-else>
<GeneralBaseIconColorPicker
v-else
:key="`${base.id}_${parseProp(base.meta).iconHue}`"
:hue="parseProp(base.meta).iconHue"
size="small"
@ -437,6 +437,7 @@ const projectDelete = () => {
</GeneralBaseIconColorPicker>
</div>
</div>
</div>
<input
v-if="editMode"

Loading…
Cancel
Save