Browse Source

refactor(nc-gui): remove unused style block

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

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

@ -17,6 +17,4 @@ const { meta: tableMeta } = defineProps<{
<MdiEyeCircleOutline v-else-if="tableMeta?.type === 'view'" class="w-5" />
<MdiTableLarge v-else class="w-5" />
</template>
<style scoped></style>
</template>
Loading…
Cancel
Save