Skip to content

Commit

Permalink
fix: added query param to explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
23nobody committed Oct 24, 2023
1 parent f4a1da1 commit c117100
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,5 +339,6 @@ export const enum ExplorerQueryParam {
GroupLimit = 'limit',
Series = 'series',
Order = 'order',
Filters = 'filter'
Filters = 'filter',
Time = 'time'
}

0 comments on commit c117100

Please sign in to comment.