Skip to content

Commit

Permalink
fix: editor results table not being shown
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgerojas26 committed Oct 14, 2024
1 parent 176b826 commit 51f45c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ResultsTable.go
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ func (table *ResultsTable) subscribeToEditorChanges() {
}
table.SetLoading(false)
}
table.EditorPages.SwitchToPage(pageNameTable)
table.EditorPages.SwitchToPage(pageNameTableEditorTable)
App.Draw()
} else {
table.SetRecords([][]string{})
Expand Down

0 comments on commit 51f45c8

Please sign in to comment.