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