CreateImageWizard: default to register the image later

This commit is contained in:
Jacob Kozol 2021-03-09 16:58:57 +01:00 committed by Sanne Raymaekers
parent a686fd970b
commit 6d147c95fc

View file

@ -78,7 +78,7 @@ class CreateImageWizard extends Component {
'base-url': 'https://cdn.redhat.com/',
insights: true
},
subscribeNow: true,
subscribeNow: false,
/* errors take form of $fieldId: error */
uploadAWSErrors: {},
uploadAzureErrors: {},