1
1
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:
Fabio Di Stasio 2021-09-13 10:03:27 +02:00
parent ed5189fdc1
commit 95b60df8fc

View File

@ -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