mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 11:37:58 +00:00
feat(v4): Help center portal redesign improvements (#10349)
This commit is contained in:
@@ -30,7 +30,7 @@ const props = defineProps({
|
||||
},
|
||||
author: {
|
||||
type: Object,
|
||||
required: true,
|
||||
default: null,
|
||||
},
|
||||
category: {
|
||||
type: Object,
|
||||
@@ -157,7 +157,6 @@ const handleClick = id => {
|
||||
<div class="flex items-center gap-4">
|
||||
<div class="flex items-center gap-1">
|
||||
<Thumbnail
|
||||
v-if="author"
|
||||
:author="author"
|
||||
:name="authorName"
|
||||
:src="authorThumbnailSrc"
|
||||
|
||||
Reference in New Issue
Block a user