Browse Source

chore(gui-v2): make editColumnDropdown optional

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/3057/head
Pranav C 2 years ago
parent
commit
b7ece5e8a9
  1. 2
      packages/nc-gui-v2/components/smartsheet-column/EditOrAdd.vue

2
packages/nc-gui-v2/components/smartsheet-column/EditOrAdd.vue

@ -8,7 +8,7 @@ import MdiMinusIcon from '~icons/mdi/minus-circle-outline'
import MdiIdentifierIcon from '~icons/mdi/identifier' import MdiIdentifierIcon from '~icons/mdi/identifier'
interface Props { interface Props {
editColumnDropdown: boolean editColumnDropdown?: boolean
} }
const { editColumnDropdown } = defineProps<Props>() const { editColumnDropdown } = defineProps<Props>()

Loading…
Cancel
Save