We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c20e7 commit 215b881Copy full SHA for 215b881
statshouse-ui/src/admin/pages/FormPage.tsx
@@ -81,7 +81,9 @@ export function FormPage(props: { yAxisSize: number; adminMode: boolean }) {
81
}, [metricName]);
82
83
const handleShowHistory = () => {
84
- navigate('history');
+ if (!isHistoryRoute) {
85
+ navigate('history');
86
+ }
87
};
88
89
const handleShowEdit = () => {
0 commit comments