We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b62a8 commit 1e824c7Copy full SHA for 1e824c7
1 file changed
web/app.js
@@ -72,6 +72,7 @@ async function selectIndex(indexName, tableName, pushHistory = true) {
72
currentIndex = indexName;
73
currentTable = tableName || null;
74
currentView = 'index';
75
+ currentTab = 'overview';
76
selectedPage = null;
77
78
if (pushHistory) {
0 commit comments