diff --git a/src/components/bulk-email-tool/text-editor/TextEditor.jsx b/src/components/bulk-email-tool/text-editor/TextEditor.jsx
index c2c3ed4..e5b1d21 100644
--- a/src/components/bulk-email-tool/text-editor/TextEditor.jsx
+++ b/src/components/bulk-email-tool/text-editor/TextEditor.jsx
@@ -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,
diff --git a/src/index.jsx b/src/index.jsx
index 574eabe..4e2dcb9 100644
--- a/src/index.jsx
+++ b/src/index.jsx
@@ -22,7 +22,7 @@ subscribe(APP_READY, () => {