mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 15:16:53 +00:00
feat: front-end allow multiple base per project
Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
@@ -32,8 +32,9 @@ export function useTable(onTableCreate?: (tableMeta: TableType) => void) {
|
||||
const { loadTables } = useProject()
|
||||
|
||||
const { closeTab } = useTabs()
|
||||
const { sqlUis, project, tables } = useProject()
|
||||
|
||||
const { sqlUi, project, tables } = useProject()
|
||||
const sqlUi = ref(sqlUis.value[0])
|
||||
|
||||
const createTable = async () => {
|
||||
if (!sqlUi?.value) return
|
||||
|
||||
Reference in New Issue
Block a user