Fix "Masters IP Address" for Zone update form

Closes-Bug: #2015470
Change-Id: I8b8050d164c0f0fec222b98005bd101c4ce282d6
This commit is contained in:
BubaVV 2023-04-05 20:06:47 +03:00 committed by BubaVV
parent 2468623f1b
commit 3cf92109ce
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@
var masters = item.masters.map(function (item) {
return { address: item };
});
formConfig.masters = masters;
formConfig.model.masters = masters;
}
return schemaFormModalService.open(formConfig).then(onSubmit, onCancel);
}