Browse Source

refactor(nc-gui): remove unused style block

pull/5307/head
Wing-Kam Wong 2 years ago
parent
commit
f4b6ae4a92
  1. 2
      packages/nc-gui/components/general/TableIcon.vue

2
packages/nc-gui/components/general/TableIcon.vue

@ -18,5 +18,3 @@ const { meta: tableMeta } = defineProps<{
<MdiEyeCircleOutline v-else-if="tableMeta?.type === 'view'" class="w-5" />
<MdiTableLarge v-else class="w-5" />
</template>
<style scoped></style>

Loading…
Cancel
Save