Added QB like calculator field for numbers that can be used. Resolved issue for unsaved changes indicator BOD-245 BOD-220

This commit is contained in:
Patrick Fic
2020-08-03 15:50:55 -07:00
parent 8e681a806c
commit a722120351
12 changed files with 137 additions and 23 deletions

View File

@@ -180,11 +180,7 @@ export function Manage({ match, conflict }) {
component={TestComponent}
/>
<Route exact path={`${match.path}`} component={ManageRootPage} />
<Route
exact
path={`${match.path}/_test`}
component={TestComponent}
/>
<Route exact path={`${match.path}/jobs`} component={JobsPage} />
<Switch>
<Route