fix: Re-arrange plugins to fix canned-responses/mentions not working (#7830)
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
$t('PROFILE_SETTINGS.FORM.MESSAGE_SIGNATURE.PLACEHOLDER')
|
||||
"
|
||||
:enabled-menu-options="customEditorMenuList"
|
||||
:enable-suggestions="false"
|
||||
@blur="$v.messageSignature.$touch"
|
||||
/>
|
||||
</div>
|
||||
@@ -69,11 +70,6 @@ export default {
|
||||
currentUserId: 'getCurrentUserID',
|
||||
}),
|
||||
},
|
||||
watch: {
|
||||
currentUser() {
|
||||
this.initValues();
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
this.initValues();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user