mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 03:26:50 +00:00
fix: rename useBaseActions with useWsBaseListActions
This commit is contained in:
@@ -26,7 +26,7 @@ const { $e } = useNuxtApp()
|
||||
const closeModal = () => {
|
||||
visible.value = false
|
||||
}
|
||||
const { dialogState } = useProvideBaseActions(closeModal)
|
||||
const { dialogState } = useProvideWsBaseListActions(closeModal)
|
||||
|
||||
const searchInputRef = ref<HTMLInputElement>()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user