We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8255228 commit 3577813Copy full SHA for 3577813
src/Exceptionless.Web/ClientApp/src/routes/(app)/project/list/+page.svelte
@@ -85,7 +85,7 @@
85
</Card.Action>
86
</Card.Header>
87
<Card.Content class="pt-4">
88
- <ProjectsDataTable bind:limit={projectsQueryParameters.limit!} isLoading={projectsQuery.isLoading} {rowClick} {table} onAdd={addProject}>
+ <ProjectsDataTable bind:limit={projectsQueryParameters.limit!} isLoading={projectsQuery.isLoading} {rowClick} {table}>
89
{#snippet toolbarChildren()}
90
<div class="min-w-fit flex-1">
91
<Input type="search" placeholder="Filter projects..." class="w-full" bind:value={projectsQueryParameters.filter} />
0 commit comments