diff --git a/src/renderer/components/Workspace.vue b/src/renderer/components/Workspace.vue index cd59c3dd..f77dbc76 100644 --- a/src/renderer/components/Workspace.vue +++ b/src/renderer/components/Workspace.vue @@ -123,7 +123,7 @@ export default { return this.selectedWorkspace === this.connection.uid; }, selectedTab () { - if (this.workspace.breadcrumbs.table === null) + if (this.workspace.breadcrumbs.table === null && ['data', 'prop'].includes(this.workspace.selected_tab)) return this.queryTabs[0].uid; return this.queryTabs.find(tab => tab.uid === this.workspace.selected_tab) ||