Merge pull request #23 from edx/jhynes/microba-1743

fix: (MICROBA-1743) Minor UI updates after bug bash
This commit is contained in:
Justin Hynes
2022-03-07 15:25:57 -05:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ export default function TextEditor(props) {
selector: 'textarea#editor',
height: 600,
branding: false,
menubar: 'edit view insert format table tools',
plugins: 'advlist code emoticons link lists table image language',
toolbar: 'formatselect fontselect bold italic underline forecolor | code bullist numlist alignlef aligncenter alignright alignjustify indent | blockquote link emoticons image | language',
skin: false,

View File

@@ -22,7 +22,7 @@ subscribe(APP_READY, () => {
<Header />
<div className="container">
<Switch>
<AuthenticatedPageRoute path="/courses/:courseId/instructor/bulk_email" component={BulkEmailTool} />
<AuthenticatedPageRoute path="/courses/:courseId/bulk_email" component={BulkEmailTool} />
</Switch>
</div>
<Footer />