Skip to content

Commit

Permalink
[grid-ui] Changed BrowserRouter to HashRouter to allow pages to refre…
Browse files Browse the repository at this point in the history
…sh. (#8717)

Co-authored-by: David Burns <david.burns@theautomatedtester.co.uk>
  • Loading branch information
pujagani and AutomatedTester committed Sep 22, 2020
1 parent 0f59eaf commit 3a60290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/grid-ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ApolloClient } from "apollo-client";
import { HttpLink } from "apollo-link-http";
import ReactModal from "react-modal";
import { ApolloProvider } from "react-apollo";
import { BrowserRouter as Router, Route, Switch } from "react-router-dom";
import { HashRouter as Router, Route, Switch } from "react-router-dom";

// css import order is important
/* 1 */ import "./css/theme.css";
Expand Down

0 comments on commit 3a60290

Please sign in to comment.