mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 14:26:43 +00:00
fix(nc-gui): revert show base emoji if exist changes
This commit is contained in:
@@ -386,14 +386,8 @@ defineExpose({
|
||||
@click="fireAction(act)"
|
||||
>
|
||||
<div class="cmdk-action-content w-full">
|
||||
<template v-if="title === 'Bases'">
|
||||
<GeneralBaseIconColorPicker
|
||||
:key="act.iconColor"
|
||||
:model-value="act.iconColor"
|
||||
:emoji="typeof act.icon === 'string' ? act.icon : ''"
|
||||
type="database"
|
||||
readonly
|
||||
>
|
||||
<template v-if="title === 'Bases' || act.icon === 'project'">
|
||||
<GeneralBaseIconColorPicker :key="act.iconColor" :model-value="act.iconColor" type="database" readonly>
|
||||
</GeneralBaseIconColorPicker>
|
||||
</template>
|
||||
<template v-else>
|
||||
|
||||
Reference in New Issue
Block a user