diff --git a/pages/contacts.js b/pages/contacts.js index a7af4a4..e82648a 100644 --- a/pages/contacts.js +++ b/pages/contacts.js @@ -29,9 +29,9 @@ export default function Home() { return sendContactMsg(fields) }, onSuccess: (res) => { - if (res?.data?.resultCode != '0') { - throw({message: res?.data?.resultDescription}) - } + // if (res?.data?.resultCode != '0') { + // throw({message: res?.data?.resultDescription}) + // } window.scrollTo(0, 0); }, // onSettled: () => {