fix(nc-gui): revert show base emoji if exist changes

This commit is contained in:
Ramesh Mane
2024-03-12 06:45:01 +00:00
parent 5c089aa873
commit 5baa8da556
5 changed files with 6 additions and 19 deletions

View File

@@ -432,7 +432,6 @@ const projectDelete = () => {
:key="`${base.id}_${parseProp(base.meta).iconColor}`"
:type="base?.type"
:model-value="parseProp(base.meta).iconColor"
:emoji="parseProp(base.meta).icon"
size="small"
:readonly="(base?.type && base?.type !== 'database') || !isUIAllowed('baseRename')"
@update:model-value="setColor($event, base)"