Further work on async email modal. Correctly sending basic emails.
This commit is contained in:
@@ -72,12 +72,9 @@ export default function Manage({ match }) {
|
||||
fallback={
|
||||
<LoadingSpinner message={t("general.labels.loadingapp")} />
|
||||
}>
|
||||
<div>
|
||||
DELETE THESE
|
||||
<Test />
|
||||
<EmailOverlayContainer />
|
||||
</div>
|
||||
|
||||
DELETE THIS
|
||||
<Test />
|
||||
<EmailOverlayContainer />
|
||||
<Route exact path={`${match.path}`} component={ManageRootPage} />
|
||||
<Route exact path={`${match.path}/jobs`} component={JobsPage} />
|
||||
<Route
|
||||
|
||||
Reference in New Issue
Block a user