CreateImageWizard: rename google to gcp in form state
This commit is contained in:
parent
a16244edaa
commit
7aaedd67ab
4 changed files with 6 additions and 6 deletions
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue