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

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