diff --git a/src/pages/network/containers/Network/Detail/subnetActions/EditSubnet.jsx b/src/pages/network/containers/Network/Detail/subnetActions/EditSubnet.jsx index 1baae7ff..bf494089 100644 --- a/src/pages/network/containers/Network/Detail/subnetActions/EditSubnet.jsx +++ b/src/pages/network/containers/Network/Detail/subnetActions/EditSubnet.jsx @@ -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