From 4dfa536cea0dd88e108594f13873003e9adda2f0 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Fri, 14 Feb 2025 13:50:47 +0300 Subject: [PATCH] dns config ip validation --- client/src/components/Settings/Dns/Config/Form.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/client/src/components/Settings/Dns/Config/Form.tsx b/client/src/components/Settings/Dns/Config/Form.tsx index a76a60a1..18aaf1d5 100644 --- a/client/src/components/Settings/Dns/Config/Form.tsx +++ b/client/src/components/Settings/Dns/Config/Form.tsx @@ -337,15 +337,11 @@ const Form = ({ processing, initialValues, onSubmit }: Props) => { { - const { value } = e.target; - field.onChange(toNumber(value)); - }} /> )} />