mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 14:47:01 +00:00
feat: front-end allow multiple base per project
Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
@@ -13,8 +13,9 @@ const [useProvideSmartsheetStore, useSmartsheetStore] = useInjectionState(
|
||||
initialFilters?: Ref<FilterType[]>,
|
||||
) => {
|
||||
const { $api } = useNuxtApp()
|
||||
const { sqlUis } = useProject()
|
||||
|
||||
const { sqlUi } = useProject()
|
||||
const sqlUi = ref(meta.value?.base_id ? sqlUis.value[meta.value?.base_id] : sqlUis.value[0])
|
||||
|
||||
const cellRefs = ref<HTMLTableDataCellElement[]>([])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user