[release] v0.10.0-unstable24

This commit is contained in:
Yann Stepienik 2023-10-06 17:16:41 +01:00
parent a3df4704c4
commit a9f83a37b4
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ const RouteManagement = ({ routeConfig, routeNames, config, TargetContainer, noC
_SmartShield_Enabled: (routeConfig.SmartShield ? routeConfig.SmartShield.Enabled : false),
RestrictToConstellation: routeConfig.RestrictToConstellation,
OverwriteHostHeader: routeConfig.OverwriteHostHeader,
WhitelistInboundIPs: routeConfig.WhitelistInboundIPs.join(', '),
WhitelistInboundIPs: routeConfig.WhitelistInboundIPs && routeConfig.WhitelistInboundIPs.join(', '),
}}
validationSchema={ValidateRouteSchema}
onSubmit={async (values, { setErrors, setStatus, setSubmitting }) => {

View file

@ -1,6 +1,6 @@
{
"name": "cosmos-server",
"version": "0.10.0-unstable23",
"version": "0.10.0-unstable24",
"description": "",
"main": "test-server.js",
"bugs": {