mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 00:57:23 +00:00
fix: dont navigate to newly created base on create base
This commit is contained in:
@@ -9,6 +9,8 @@ const emits = defineEmits(['update:visible'])
|
||||
|
||||
const visible = useVModel(props, 'visible', emits)
|
||||
|
||||
provide(IsWsBaseListModalInj, readonly(ref(true)))
|
||||
|
||||
// Stores
|
||||
const workspaceStore = useWorkspace()
|
||||
const basesStore = useBases()
|
||||
|
||||
Reference in New Issue
Block a user