We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8089362 commit 4c8c328Copy full SHA for 4c8c328
src/lib/components/composites/list/NamedList.svelte
@@ -94,7 +94,6 @@ This can be e.g. a search bar.
94
{:catch error}
95
{console.error(`Could not load items: ${error}`)}
96
<h2>{listName}</h2>
97
- {@render preListContent?.()}
98
<div class="flex flex-row items-center gap-x-2 p-4">
99
<CircleAlert size={20} class="text-neutral-500" />
100
<span class="text-error">{errorHint ? errorHint : error}</span>
0 commit comments