fix: rename useBaseActions with useWsBaseListActions

This commit is contained in:
Ramesh Mane
2026-02-20 10:35:32 +00:00
parent e82a00fa94
commit 2abdc4f34b
5 changed files with 9 additions and 8 deletions

View File

@@ -4,6 +4,7 @@ interface Props {
visible: boolean
variant: 'modal' | 'dropdown'
baseCreateMode: NcBaseCreateMode | null
workspaceId?: string
}
const props = withDefaults(defineProps<Props>(), {