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 cdf69dc commit c5cde3bCopy full SHA for c5cde3b
src/Exceptionless.Web/ClientApp/src/lib/features/projects/components/table/project-actions-cell.svelte
@@ -56,7 +56,7 @@
56
<Configure />
57
Download & Configure Client
58
</DropdownMenu.Item>
59
- <DropdownMenu.Item onclick={() => (showRemoveProjectDialog = true)}>
+ <DropdownMenu.Item onclick={() => (showRemoveProjectDialog = true)} disabled={removeProject.isPending}>
60
<X />
61
Delete
62
0 commit comments