mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 10:07:42 +00:00
fix(nc-gui): some review changes
This commit is contained in:
@@ -595,6 +595,7 @@ defineExpose({
|
||||
:type="base?.type"
|
||||
:model-value="parseProp(base.meta).iconColor"
|
||||
size="small"
|
||||
:icon-class="isProjectHeader ? 'h-6 w-6' : ''"
|
||||
:readonly="(base?.type && base?.type !== 'database') || !isUIAllowed('baseRename')"
|
||||
@update:model-value="setColor($event, base)"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user