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

@@ -26,7 +26,7 @@ const { $e } = useNuxtApp()
const closeModal = () => {
visible.value = false
}
const { dialogState } = useProvideBaseActions(closeModal)
const { dialogState } = useProvideWsBaseListActions(closeModal)
const searchInputRef = ref<HTMLInputElement>()