feat(mui): ConfirmDialog processing text 'Zpracovávám…' + re-wire Users delete loading

After clicking the confirm button, it shows 'Zpracovávám…' (disabled) while the action is in flight — matching how the form modal shows 'Ukládám…'. The earlier freeze keeps it through the close fade (no flash back to the confirm label).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
BOHA
2026-06-06 22:21:30 +02:00
parent fa8f0efc65
commit f5ec9fa0f2
2 changed files with 2 additions and 1 deletions

View File

@@ -479,6 +479,7 @@ export default function Users() {
}
confirmText="Smazat"
confirmVariant="danger"
loading={deleteUser.isPending}
/>
</Box>
);