Skip to content

Commit d8a76b2

Browse files
vkarpov15Copilot
andauthored
Update frontend/src/chat/chat-message-script/chat-message-script.html
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e081896 commit d8a76b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/chat/chat-message-script/chat-message-script.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<h3 class="text-sm font-medium text-red-800">There were {{createErrors.length}} errors with your submission</h3>
9494
<div class="mt-2 text-sm text-red-700">
9595
<ul role="list" class="list-disc space-y-1 pl-5">
96-
<li v-for="error in createErrors">{{error}}</li>
96+
<li v-for="(error, index) in createErrors" :key="index">{{error}}</li>
9797
</ul>
9898
</div>
9999
</div>

0 commit comments

Comments
 (0)