fix click example button issue (#1586)

Signed-off-by: WenjiaoYue <wenjiao.yue@intel.com>
This commit is contained in:
WenjiaoYue
2025-02-28 16:10:58 +08:00
committed by GitHub
parent 6cd7827365
commit f2a5644d9c

View File

@@ -108,7 +108,7 @@
<!-- svelte-ignore a11y-click-events-have-key-events -->
<div
class="relative rounded-xl bg-white p-2 py-8 pl-16"
on:click={() => handleCreate(feature)}
on:click={() => handleCreate(feature.description)}
>
<dt class="text-base font-semibold text-gray-900">
<div