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