fix: composible error

This commit is contained in:
Ramesh Mane
2026-02-20 10:35:31 +00:00
parent f88c209bc8
commit da8eb54d1e
4 changed files with 0 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
<script lang="ts" setup>
import type { VNodeRef } from '@vue/runtime-core'
import { ProjectRoles } from 'nocodb-sdk'
import { useProvideBaseActions } from './useBaseActions'
const props = defineProps<{
visible: boolean