Skip to content

Commit 51f45c8

Browse files
committed
fix: editor results table not being shown
1 parent 176b826 commit 51f45c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: components/ResultsTable.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ func (table *ResultsTable) subscribeToEditorChanges() {
591591
}
592592
table.SetLoading(false)
593593
}
594-
table.EditorPages.SwitchToPage(pageNameTable)
594+
table.EditorPages.SwitchToPage(pageNameTableEditorTable)
595595
App.Draw()
596596
} else {
597597
table.SetRecords([][]string{})

0 commit comments

Comments
 (0)