feat: Tag agents in a private note (#1688)

Co-authored-by: Sojan <sojan@pepalo.com>
This commit is contained in:
Pranav Raj S 2021-01-27 00:04:11 +05:30 committed by GitHub
parent b894b13e14
commit b93388b330
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 424 additions and 93 deletions

View file

@ -22,7 +22,7 @@
</file-upload>
</button>
<button
v-if="enableRichEditor"
v-if="enableRichEditor && !isOnPrivateNote"
class="button clear button--emoji"
:title="$t('CONVERSATION.REPLYBOX.TIP_FORMAT_ICON')"
@click="toggleFormatMode"
@ -102,6 +102,10 @@ export default {
type: Boolean,
default: false,
},
isOnPrivateNote: {
type: Boolean,
default: false,
},
enableRichEditor: {
type: Boolean,
default: false,