diff --git a/frontend/src/views/chat/ChatRow.vue b/frontend/src/views/chat/ChatRow.vue index ffa4176f..16931d5f 100644 --- a/frontend/src/views/chat/ChatRow.vue +++ b/frontend/src/views/chat/ChatRow.vue @@ -9,6 +9,7 @@ withDefaults( msg: ChatMessage currentChat: ChatInfo hideAvatar?: boolean + logoAssistant?: string }>(), { hideAvatar: false, @@ -21,7 +22,14 @@ const appearanceStore = useAppearanceStoreWithOut()