Skip to content

Commit

Permalink
Release v2020.08.07.1 (#727)
Browse files Browse the repository at this point in the history
* telemetry: fix diagnose router (#726)
  • Loading branch information
baurine authored Aug 7, 2020
1 parent e721c4a commit 01f0abe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release-version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file specifies the TiDB Dashboard internal version, which will be printed in `--version`
# and UI. In release branch, changing this file will result in publishing a new version and tag.
2020.08.03.1
2020.08.07.1
2 changes: 1 addition & 1 deletion ui/lib/apps/Diagnose/pages/DiagnoseGenerator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const useFinishHandler = (navigate) => {
compare_start_time,
compare_end_time,
})
navigate(`/diagnose/${res.data}`)
navigate(`/diagnose/detail?id=${res.data}`)
} catch (error) {
message.error(error.message)
}
Expand Down

0 comments on commit 01f0abe

Please sign in to comment.