mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 12:16:41 +00:00
fix: wrap store with storeToRefs wherever missing
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -9,6 +9,7 @@ import {
|
||||
projectRoleTagColors,
|
||||
projectRoles,
|
||||
ref,
|
||||
storeToRefs,
|
||||
useActiveKeyupListener,
|
||||
useCopy,
|
||||
useDashboard,
|
||||
@@ -37,7 +38,7 @@ const emit = defineEmits(['closed', 'reload'])
|
||||
|
||||
const { t } = useI18n()
|
||||
|
||||
const { project } = useProject()
|
||||
const { project } = storeToRefs(useProject())
|
||||
|
||||
const { $api, $e } = useNuxtApp()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user