Browse Source

chore(gui-v2): add null to possible modelValue input in Email.vue

pull/2972/head
braks 2 years ago
parent
commit
b2769d317e
  1. 2
      packages/nc-gui-v2/components/cell/Email.vue

2
packages/nc-gui-v2/components/cell/Email.vue

@ -4,7 +4,7 @@ import { isEmail } from '~/utils'
import { EditModeInj } from '~/context'
interface Props {
modelValue: string
modelValue: string | null
}
interface Emits {

Loading…
Cancel
Save