Browse Source

fix(nc-gui): Missing required prop: "isEdit"

pull/7855/head
Ramesh Mane 7 months ago
parent
commit
642d5ed61f
  1. 2
      packages/nc-gui/components/smartsheet/column/PercentOptions.vue

2
packages/nc-gui/components/smartsheet/column/PercentOptions.vue

@ -3,7 +3,7 @@ import { useVModel } from '#imports'
const props = defineProps<{
value: any
isEdit: boolean
isEdit?: boolean
}>()
const emit = defineEmits(['update:value'])

Loading…
Cancel
Save