mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 05:36:51 +00:00
feat: use shared composable for useProject and useTabs
Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
@@ -29,7 +29,6 @@ import {
|
||||
useMetas,
|
||||
useNuxtApp,
|
||||
useProject,
|
||||
useRoute,
|
||||
useRouter,
|
||||
useSharedView,
|
||||
useSmartsheetStoreOrThrow,
|
||||
@@ -59,7 +58,7 @@ export function useViewData(
|
||||
|
||||
const router = useRouter()
|
||||
|
||||
const route = useRoute()
|
||||
const route = $(router.currentRoute)
|
||||
|
||||
const { appInfo } = $(useGlobal())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user