Skip to content

Commit 1e824c7

Browse files
committed
fix: reset tab to overview when switching to index
1 parent 72b62a8 commit 1e824c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ async function selectIndex(indexName, tableName, pushHistory = true) {
7272
currentIndex = indexName;
7373
currentTable = tableName || null;
7474
currentView = 'index';
75+
currentTab = 'overview';
7576
selectedPage = null;
7677

7778
if (pushHistory) {

0 commit comments

Comments
 (0)