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

@@ -9,7 +9,7 @@ const props = defineProps<{
// Get actions from provider
const { onRename, onToggleStarred, onDuplicate, onOpenErd, onOpenSettings, onDelete, onUpdateColor, onSelect } =
useBaseActionsOrThrow()
useWsBaseListActionsOrThrow()
const { isUIAllowed } = useRoles()
const { $e } = useNuxtApp()