mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
Revert last change in ResponseMessage.svelte
This commit is contained in:
parent
177788540b
commit
7644d66902
1 changed files with 1 additions and 6 deletions
|
|
@ -639,12 +639,7 @@
|
|||
</Name>
|
||||
|
||||
<div>
|
||||
<div
|
||||
class="chat-{message.role} w-full min-w-full markdown-prose {$settings.chatDirection ===
|
||||
'RTL'
|
||||
? 'text-right'
|
||||
: ''}"
|
||||
>
|
||||
<div class="chat-{message.role} w-full min-w-full markdown-prose">
|
||||
<div>
|
||||
{#if (message?.statusHistory ?? [...(message?.status ? [message?.status] : [])]).length > 0}
|
||||
{@const status = (
|
||||
|
|
|
|||
Loading…
Reference in a new issue