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)); - }} /> )} />