Skip to content

Commit e609e0e

Browse files
authored
[Schema] Add autoFocus to delete confirmation input field (#3285)
Resolves #3254
1 parent 0718c72 commit e609e0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/apps/schema/src/app/components/DeleteModelDialogue.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export const DeleteModelDialogue = ({ onClose, model }: Props) => {
111111
below.
112112
</InputLabel>
113113
<TextField
114+
autoFocus
114115
data-cy="delete-model-confirmation-input"
115116
value={deleteConfirmation}
116117
onChange={(event) => setDeleteConfirmation(event.target.value)}

0 commit comments

Comments
 (0)