mirror of
https://github.com/Fabio286/antares.git
synced 2025-02-09 00:08:55 +01:00
fix(MySQL): connections stuck at startup if 5 or more tabs are restored
This commit is contained in:
parent
ed5189fdc1
commit
95b60df8fc
@ -287,7 +287,7 @@ export default {
|
||||
changeBreadcrumbs: 'workspaces/changeBreadcrumbs'
|
||||
}),
|
||||
async getTableData () {
|
||||
if (!this.table) return;
|
||||
if (!this.table || !this.isSelected) return;
|
||||
this.isQuering = true;
|
||||
|
||||
// if table changes clear cached values
|
||||
|
Loading…
x
Reference in New Issue
Block a user