Skip to content

Commit

Permalink
fix(frontend): accordion list header on eval / background function (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
alpetric authored Feb 7, 2025
1 parent cd601c7 commit 32298e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
)}
>
<span class="mr-2 w-8 font-mono">{activeIndex === index ? '-' : '+'}</span>
{accordionInput?.value[index]?.header || `Header ${index}`}
{result[index]?.header || `Header ${index}`}
</button>
{#if activeIndex === index}
<div class="p-2 overflow-auto w-full">
Expand Down

0 comments on commit 32298e5

Please sign in to comment.