Skip to content

Commit 0d6032a

Browse files
fix: remove unsupported loading prop from ConfirmDialog
- ConfirmDialog component doesn't accept loading prop - Fixes TypeScript compilation error in CI - Button disabled state still prevents duplicate clicks Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
1 parent cb33963 commit 0d6032a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/src/pages/WorkspacesPage/WorkspacesTable.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,6 @@ const WorkspaceActionsCell: FC<WorkspaceActionsCellProps> = ({
603603
setIsStopConfirmOpen(false);
604604
}}
605605
type="delete"
606-
loading={stopWorkspaceMutation.isPending}
607606
/>
608607
</TableCell>
609608
);

0 commit comments

Comments
 (0)