Further work on async email modal. Correctly sending basic emails.

This commit is contained in:
Patrick Fic
2020-02-20 17:23:56 -08:00
parent cf461b0536
commit 1344198447
7 changed files with 111 additions and 30 deletions

View File

@@ -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