Added image upload to email and multiple recipients BOD-103
This commit is contained in:
@@ -175,7 +175,7 @@ export function Manage({ match, conflict }) {
|
||||
<Route exact path={`${match.path}`} component={ManageRootPage} />
|
||||
<Route
|
||||
exact
|
||||
path={`${match.path}/ttt`}
|
||||
path={`${match.path}/_test`}
|
||||
component={TestComponent}
|
||||
/>
|
||||
<Route exact path={`${match.path}/jobs`} component={JobsPage} />
|
||||
|
||||
Reference in New Issue
Block a user