CreateImageWizard: rename google to gcp in form state

This commit is contained in:
Jacob Kozol 2022-03-07 15:51:48 +01:00 committed by jkozol
parent a16244edaa
commit 7aaedd67ab
4 changed files with 6 additions and 6 deletions

View file

@ -79,7 +79,7 @@ const onSave = (values) => {
requests.push(request);
}
if (values['target-environment']?.google) {
if (values['target-environment']?.gcp) {
let share = '';
switch (values['google-account-type']) {
case 'googleAccount':