mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 13:57:03 +00:00
chore: lint
This commit is contained in:
@@ -453,7 +453,11 @@ const enabledOptions = computed(() => {
|
||||
{{ $t('general.changeIcon') }}
|
||||
</template>
|
||||
|
||||
<component :is="iconMap.ncZap" v-if="table?.synced" class="nc-table-icon w-4 text-sm !text-nc-content-gray-muted" />
|
||||
<component
|
||||
:is="iconMap.ncZap"
|
||||
v-if="table?.synced"
|
||||
class="nc-table-icon w-4 text-sm !text-nc-content-gray-muted"
|
||||
/>
|
||||
|
||||
<component
|
||||
:is="iconMap.table"
|
||||
|
||||
Reference in New Issue
Block a user