Skip to content

Commit 4c8c328

Browse files
chore: remove preListContent in error state of NamedList
1 parent 8089362 commit 4c8c328

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/components/composites/list/NamedList.svelte

-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ This can be e.g. a search bar.
9494
{:catch error}
9595
{console.error(`Could not load items: ${error}`)}
9696
<h2>{listName}</h2>
97-
{@render preListContent?.()}
9897
<div class="flex flex-row items-center gap-x-2 p-4">
9998
<CircleAlert size={20} class="text-neutral-500" />
10099
<span class="text-error">{errorHint ? errorHint : error}</span>

0 commit comments

Comments
 (0)