From fa8f0efc6553e27582dcb9af4e7099a7c0032665 Mon Sep 17 00:00:00 2001 From: BOHA Date: Sat, 6 Jun 2026 22:15:07 +0200 Subject: [PATCH] fix(mui): drop loading state on Users delete dialog (normal close, matches Vozidla) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per request: the delete ConfirmDialog no longer shows the in-flight 'Pracuji…'/disabled state — button stays 'Smazat' and the dialog closes on success, consistent with the Vozidla delete. The kit ConfirmDialog still supports loading for callers that want it. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/admin/pages/Users.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/admin/pages/Users.tsx b/src/admin/pages/Users.tsx index 2d3437e..901d671 100644 --- a/src/admin/pages/Users.tsx +++ b/src/admin/pages/Users.tsx @@ -479,7 +479,6 @@ export default function Users() { } confirmText="Smazat" confirmVariant="danger" - loading={deleteUser.isPending} /> );