Merge "fix: Fix edit subnet allocation pools"

This commit is contained in:
Zuul 2021-11-01 12:44:40 +00:00 committed by Gerrit Code Review
commit 443cfd9826

View File

@ -77,9 +77,7 @@ export default class EditSubnet extends ModalAction {
...rest
} = values;
const allocationPools = getAllocationPools(
allocation_pools || this.defaultValue.allocation_pools
);
const allocationPools = getAllocationPools(allocation_pools);
const hostRouters = getHostRouters(
host_routes || this.defaultValue.host_routes