mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +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>
|
</Name>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<div
|
<div class="chat-{message.role} w-full min-w-full markdown-prose">
|
||||||
class="chat-{message.role} w-full min-w-full markdown-prose {$settings.chatDirection ===
|
|
||||||
'RTL'
|
|
||||||
? 'text-right'
|
|
||||||
: ''}"
|
|
||||||
>
|
|
||||||
<div>
|
<div>
|
||||||
{#if (message?.statusHistory ?? [...(message?.status ? [message?.status] : [])]).length > 0}
|
{#if (message?.statusHistory ?? [...(message?.status ? [message?.status] : [])]).length > 0}
|
||||||
{@const status = (
|
{@const status = (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue