aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui-react/src/index.js')
-rw-r--r--ui-react/src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-react/src/index.js b/ui-react/src/index.js
index 8a62b5a2c..39df36427 100644
--- a/ui-react/src/index.js
+++ b/ui-react/src/index.js
@@ -27,7 +27,7 @@ import { Route, BrowserRouter } from 'react-router-dom'
const routing = (
- <BrowserRouter >
+ <BrowserRouter forceRefresh={false}>
<Route path="/" component={OnapClamp}/>
</BrowserRouter>
);