Skip to content

Commit

Permalink
chore: test with code change
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarRajput-7 committed Apr 15, 2024
1 parent 0e9f71a commit b788d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/LogsExplorer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ function LogsExplorer(): JSX.Element {
SELECTED_VIEWS.SEARCH,
);

const { handleRunQuery, currentQuery } = useQueryBuilder();

const handleToggleShowHistogram = (): void => {
setShowHistogram(!showHistogram);
};

const { handleRunQuery, currentQuery } = useQueryBuilder();

const handleChangeSelectedView = (view: SELECTED_VIEWS): void => {
setSelectedView(view);
};
Expand Down

0 comments on commit b788d24

Please sign in to comment.