fix: remove autoFocus to satisfy jsx-a11y rule

This commit is contained in:
Kirill
2026-05-24 16:34:35 +05:00
parent af8107ebe0
commit 6e046e0e35
@@ -149,7 +149,7 @@ export function AdminTestChecklistPage() {
</DialogContent>
<DialogActions>
<Button onClick={() => setConfirmOpen(false)}>Отмена</Button>
<Button color="warning" onClick={() => resetMutation.mutate()} autoFocus>
<Button color="warning" onClick={() => resetMutation.mutate()}>
Сбросить
</Button>
</DialogActions>