|
|
@@ -84,7 +84,7 @@
|
|
|
<div class="h-40 w-full">
|
|
|
{#if filteredPrompts.length > 0}
|
|
|
<div role="list" class="max-h-40 overflow-auto scrollbar-none items-start {className}">
|
|
|
- {#each filteredPrompts as prompt, idx (prompt.id || prompt.content)}
|
|
|
+ {#each filteredPrompts as prompt, idx (prompt.id || `${prompt.content}-${idx}`)}
|
|
|
<!-- svelte-ignore a11y-no-interactive-element-to-noninteractive-role -->
|
|
|
<button
|
|
|
role="listitem"
|