mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 01:47:10 +00:00
fix(nc-gui): revert show base emoji if exist changes
This commit is contained in:
@@ -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)"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user