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:
@@ -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,
|
||||
|
||||
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user