fix: remove autoFocus and fix prettier formatting in error dialog
This commit is contained in:
@@ -254,12 +254,9 @@ export function AdminTestChecklistPage() {
|
|||||||
</Dialog>
|
</Dialog>
|
||||||
|
|
||||||
<Dialog open={errorDialogOpen} onClose={() => setErrorDialogOpen(false)} maxWidth="sm" fullWidth>
|
<Dialog open={errorDialogOpen} onClose={() => setErrorDialogOpen(false)} maxWidth="sm" fullWidth>
|
||||||
<DialogTitle>
|
<DialogTitle>Описание ошибки — {errorItem?.action}</DialogTitle>
|
||||||
Описание ошибки — {errorItem?.action}
|
|
||||||
</DialogTitle>
|
|
||||||
<DialogContent>
|
<DialogContent>
|
||||||
<TextField
|
<TextField
|
||||||
autoFocus
|
|
||||||
fullWidth
|
fullWidth
|
||||||
multiline
|
multiline
|
||||||
rows={4}
|
rows={4}
|
||||||
|
|||||||
Reference in New Issue
Block a user