mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 19:07:01 +00:00
fix: rename useBaseActions with useWsBaseListActions
This commit is contained in:
@@ -4,6 +4,7 @@ interface Props {
|
||||
visible: boolean
|
||||
variant: 'modal' | 'dropdown'
|
||||
baseCreateMode: NcBaseCreateMode | null
|
||||
workspaceId?: string
|
||||
}
|
||||
|
||||
const props = withDefaults(defineProps<Props>(), {
|
||||
|
||||
Reference in New Issue
Block a user