Browse Source

fix(gui): show checkbox type properly based on uidt

feat/oracle-support
Pranav C 2 years ago committed by Pranav C
parent
commit
ad569b0b02
  1. 2
      packages/nc-gui/components/smartsheet/Cell.vue

2
packages/nc-gui/components/smartsheet/Cell.vue

@ -143,7 +143,7 @@ const isNumericField = computed(() => {
<template>
<div
class="nc-cell w-full h-full"
class="nc-cell w-full h-fl"
:class="[
`nc-cell-${(column?.uidt || 'default').toLowerCase()}`,
{ 'text-blue-600': isPrimary(column) && !props.virtual && !isForm },

Loading…
Cancel
Save