feat(frontend): updated general form of service modal to open ports records by default

pull/85/head
Samuel Rowe 3 years ago
parent c62dec1dc6
commit 7b76da1254

@ -51,6 +51,7 @@ const General = () => {
<Records <Records
name="ports" name="ports"
title="Ports" title="Ports"
defaultOpen={true}
fields={(index: number) => [ fields={(index: number) => [
{ {
name: `ports[${index}].hostPort`, name: `ports[${index}].hostPort`,

Loading…
Cancel
Save