fix: remove autoFocus to satisfy jsx-a11y rule
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user