Merge "fix: Fix edit subnet allocation pools"
This commit is contained in:
commit
443cfd9826
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user