Skip to content

Commit 1f42b35

Browse files
WenjiaoYueChingis Yundunov
authored and
Chingis Yundunov
committed
fix click example button issue (opea-project#1586)
Signed-off-by: WenjiaoYue <wenjiao.yue@intel.com> Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
1 parent 4a528fd commit 1f42b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AgentQnA/ui/svelte/src/lib/components/home.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<!-- svelte-ignore a11y-click-events-have-key-events -->
109109
<div
110110
class="relative rounded-xl bg-white p-2 py-8 pl-16"
111-
on:click={() => handleCreate(feature)}
111+
on:click={() => handleCreate(feature.description)}
112112
>
113113
<dt class="text-base font-semibold text-gray-900">
114114
<div

0 commit comments

Comments
 (0)