We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ddd17 commit ef73483Copy full SHA for ef73483
src/lib/components/chat/Messages/ResponseMessage.svelte
@@ -1328,19 +1328,19 @@
1328
{/if}
1329
1330
1331
-
1332
- {#if message.done && showRateComment}
1333
- <RateComment
1334
- bind:message
1335
- bind:show={showRateComment}
1336
- on:save={async (e) => {
1337
- await feedbackHandler(null, {
1338
- ...e.detail
1339
- });
1340
- }}
1341
- />
1342
- {/if}
1343
</div>
+
+ {#if message.done && showRateComment}
+ <RateComment
+ bind:message
+ bind:show={showRateComment}
+ on:save={async (e) => {
+ await feedbackHandler(null, {
+ ...e.detail
+ });
+ }}
+ />
+ {/if}
1344
1345
1346
0 commit comments