mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 09:46:59 +00:00
fix: use managed app icon for base if it is managed app
This commit is contained in:
@@ -69,6 +69,10 @@ onMounted(() => {
|
||||
<GeneralBaseIconColorPicker
|
||||
:type="option?.type"
|
||||
:model-value="parseProp(option.meta).iconColor"
|
||||
:managed-app="{
|
||||
managed_app_master: option?.managed_app_master,
|
||||
managed_app_id: option?.managed_app_id,
|
||||
}"
|
||||
size="xsmall"
|
||||
readonly
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user