fix: (MICROBA-1743) Minor UI updates after bug bash

[MICROBA-1743]

* Remove `instructor` from the path of the bulk course email tool in the Comms MFE.
* Remove `file` option from TinyMCE text editor.
This commit is contained in:
Justin Hynes
2022-03-07 09:15:18 -05:00
parent 762cfe2a99
commit 8987ccd01c
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 />