Skip to content

Commit

Permalink
chore: changes event name
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgerojas26 committed Sep 8, 2024
1 parent 2305a74 commit 6e00443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ const (
eventSidebarUnfocusing string = "UnfocusingSidebar"
eventSidebarToggling string = "TogglingSidebar"

eventSqlEditorQuery string = "Query"
eventSqlEditorEscape string = "Escape"
eventSQLEditorQuery string = "Query"
eventSQLEditorEscape string = "Escape"

eventResultsTableFiltering string = "FilteringResultsTable"

Expand Down

0 comments on commit 6e00443

Please sign in to comment.