mirror of
https://github.com/open-webui/open-webui
synced 2025-03-04 11:29:59 +00:00
fix
This commit is contained in:
parent
40ddd172e0
commit
ef734833a5
@ -1328,19 +1328,19 @@
|
||||
{/if}
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{#if message.done && showRateComment}
|
||||
<RateComment
|
||||
bind:message
|
||||
bind:show={showRateComment}
|
||||
on:save={async (e) => {
|
||||
await feedbackHandler(null, {
|
||||
...e.detail
|
||||
});
|
||||
}}
|
||||
/>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
{#if message.done && showRateComment}
|
||||
<RateComment
|
||||
bind:message
|
||||
bind:show={showRateComment}
|
||||
on:save={async (e) => {
|
||||
await feedbackHandler(null, {
|
||||
...e.detail
|
||||
});
|
||||
}}
|
||||
/>
|
||||
{/if}
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user