chore: MInor fix

This commit is contained in:
iamsivin
2025-05-23 12:51:40 +05:30
parent e973309610
commit d3e3809118
5 changed files with 36 additions and 7 deletions
@@ -355,7 +355,12 @@ const contextMenuEnabledOptions = computed(() => {
forwardEmail:
props.isEmailInbox &&
!props.private &&
props.status !== MESSAGE_STATUS.PROGRESS,
props.status !== MESSAGE_STATUS.PROGRESS &&
![
CONTENT_TYPES.FORM,
CONTENT_TYPES.INPUT_CSAT,
CONTENT_TYPES.CARDS,
].includes(props.contentType),
};
});