Skip to content

Commit

Permalink
ui: Fix slow query navigate
Browse files Browse the repository at this point in the history
Signed-off-by: Breezewish <[email protected]>
  • Loading branch information
breezewish committed Apr 24, 2020
1 parent 2e91d17 commit 662fb05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/.github_release_version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file contains a version number which will be used to release assets to
# GitHub. To trigger a new asset release, simply increase this version number.
20200424_1
20200424_2
2 changes: 1 addition & 1 deletion ui/lib/apps/SlowQuery/components/SlowQueriesTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function SlowQueriesTable({
onChangeSort,
...restProps
}: Props) {
const { navigate } = useNavigate()
const navigate = useNavigate()

const columns = tableColumns(slowQueries, onColumnClick, orderBy, desc)

Expand Down

0 comments on commit 662fb05

Please sign in to comment.