Skip to content

Commit 3577813

Browse files
committed
removed missing attribute.
1 parent 8255228 commit 3577813

File tree

1 file changed

+1
-1
lines changed
  • src/Exceptionless.Web/ClientApp/src/routes/(app)/project/list

1 file changed

+1
-1
lines changed

src/Exceptionless.Web/ClientApp/src/routes/(app)/project/list/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
</Card.Action>
8686
</Card.Header>
8787
<Card.Content class="pt-4">
88-
<ProjectsDataTable bind:limit={projectsQueryParameters.limit!} isLoading={projectsQuery.isLoading} {rowClick} {table} onAdd={addProject}>
88+
<ProjectsDataTable bind:limit={projectsQueryParameters.limit!} isLoading={projectsQuery.isLoading} {rowClick} {table}>
8989
{#snippet toolbarChildren()}
9090
<div class="min-w-fit flex-1">
9191
<Input type="search" placeholder="Filter projects..." class="w-full" bind:value={projectsQueryParameters.filter} />

0 commit comments

Comments
 (0)