From 96ce9e2020e14072e6727faa78b0ef2f1c01bdc3 Mon Sep 17 00:00:00 2001 From: Justin Bennett Date: Mon, 3 Oct 2022 14:53:58 -0400 Subject: [PATCH] Correct ipNet -> ip_net typo --- app/forms/firewall-rules-create.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/forms/firewall-rules-create.tsx b/app/forms/firewall-rules-create.tsx index ff47ac40f2..764b685a53 100644 --- a/app/forms/firewall-rules-create.tsx +++ b/app/forms/firewall-rules-create.tsx @@ -131,7 +131,7 @@ export const CommonFields = ({ error }: { error: ErrorResult | null }) => { { value: 'subnet', label: 'VPC Subnet' }, { value: 'instance', label: 'Instance' }, { value: 'ip', label: 'IP' }, - { value: 'ipNet', label: 'IP subnet' }, + { value: 'ip_net', label: 'IP subnet' }, ]} /> {/* TODO: This is set as optional which is kind of wrong. This section represents an inlined @@ -211,7 +211,7 @@ export const CommonFields = ({ error }: { error: ErrorResult | null }) => { { value: 'subnet', label: 'VPC Subnet' }, { value: 'instance', label: 'Instance' }, { value: 'ip', label: 'IP' }, - { value: 'ipNet', label: 'IP Subnet' }, + { value: 'ip_net', label: 'IP Subnet' }, ]} /> {/* For everything but IP this is a name, but for IP it's an IP.