CreateImageWizard: prefocus aws input field

Autofocus the input field in the aws step
of the CreateImageWizard modal.
This commit is contained in:
Gianluca Zuccarelli 2022-03-02 13:45:42 +00:00 committed by jkozol
parent 840efea8ea
commit 1ec63ba357

View file

@ -27,6 +27,7 @@ export default {
type: 'text',
label: 'AWS account ID',
isRequired: true,
autoFocus: true,
validate: [
{
type: validatorTypes.REQUIRED,