mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-23 11:03:43 +00:00
Revert: Add subject back to conversation sidebar as old conversations will not have subject in message meta, so the sidebar subject needs to be shown for now.
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
<template>
|
||||
<div class="space-y-4">
|
||||
<!-- Hide subject for email channel as each message shows the envelope -->
|
||||
<div
|
||||
class="flex flex-col"
|
||||
v-if="conversation.subject && conversation.inbox_channel !== 'email'"
|
||||
v-if="conversation.subject"
|
||||
>
|
||||
<p class="font-medium">{{ $t('form.field.subject') }}</p>
|
||||
<Skeleton v-if="conversationStore.conversation.loading" class="w-32 h-4" />
|
||||
|
||||
Reference in New Issue
Block a user