Browse Source

fix(gui): use row prop only for setting initial value

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/3801/head
Pranav C 2 years ago committed by braks
parent
commit
91cf9e6153
  1. 2
      packages/nc-gui/components/smartsheet/expanded-form/index.vue

2
packages/nc-gui/components/smartsheet/expanded-form/index.vue

@ -35,7 +35,7 @@ const props = defineProps<Props>()
const emits = defineEmits(['update:modelValue', 'cancel'])
const row = toRef(props, 'row')
const row = ref(props.row)
const state = toRef(props, 'state')

Loading…
Cancel
Save