Browse Source

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

pull/7855/head
Ramesh Mane 7 months ago
parent
commit
68ba6a78e6
  1. 2
      packages/nc-gui/components/project/ShareBaseDlg.vue

2
packages/nc-gui/components/project/ShareBaseDlg.vue

@ -3,7 +3,7 @@ import { OrderedProjectRoles, ProjectRoles } from 'nocodb-sdk'
import type { User } from '#imports'
const props = defineProps<{
modelValue: boolean
baseId: string
baseId?: string
}>()
const emit = defineEmits(['update:modelValue'])

Loading…
Cancel
Save