diff --git a/client/src/Pages/v1/Settings/index.jsx b/client/src/Pages/v1/Settings/index.jsx index 23478e2e8..b988b9e2c 100644 --- a/client/src/Pages/v1/Settings/index.jsx +++ b/client/src/Pages/v1/Settings/index.jsx @@ -172,10 +172,10 @@ const Settings = () => { // Update Redux immediately for UI feedback if (name === "showURL") { dispatch(setShowURL(newValue)); - const { error } = settingsValidation.validate(settingsData.settings, { - abortEarly: false, - }); - if (!error || error.details.length === 0) { + } +}; + +const handleSave = () => { setErrors({}); } else { const newErrors = {};