Skip to content

Commit

Permalink
Cherrypick 9e819b5
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed Dec 13, 2022
1 parent 28b48e1 commit 72ad98e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/pages/ServiceOverview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ class ServiceOverview extends React.Component {
network.id = parseInt(network.id, 10)
}
});
["entity_id"].forEach(attr => service[attr] = service[attr] ? service[attr].trim() : null);
this.setState({service:
{...service, ip_networks: strippedIpNetworks,
automatic_connection_allowed_organisations: selectedAutomaticConnectionAllowedOrganisations}
Expand Down

0 comments on commit 72ad98e

Please sign in to comment.