diff --git a/components/ResultsTable.go b/components/ResultsTable.go index 05a08a5..ef750c0 100644 --- a/components/ResultsTable.go +++ b/components/ResultsTable.go @@ -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{})