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 ...rest
} = values; } = values;
const allocationPools = getAllocationPools( const allocationPools = getAllocationPools(allocation_pools);
allocation_pools || this.defaultValue.allocation_pools
);
const hostRouters = getHostRouters( const hostRouters = getHostRouters(
host_routes || this.defaultValue.host_routes host_routes || this.defaultValue.host_routes