From 827bed1fec340573e7528f74a2530d10501fca0b Mon Sep 17 00:00:00 2001 From: Justin Bennett Date: Mon, 3 Oct 2022 14:59:41 -0400 Subject: [PATCH] Don't give error on entering IP --- app/forms/firewall-rules-create.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/forms/firewall-rules-create.tsx b/app/forms/firewall-rules-create.tsx index 764b685a53..53e7b4ac60 100644 --- a/app/forms/firewall-rules-create.tsx +++ b/app/forms/firewall-rules-create.tsx @@ -136,7 +136,7 @@ export const CommonFields = ({ error }: { error: ErrorResult | null }) => { /> {/* TODO: This is set as optional which is kind of wrong. This section represents an inlined subform which means it likely should be a custom field */} - +
{/* TODO does this clear out the form or the existing targets? */}