bug fixed

This commit is contained in:
daniel31x13
2024-10-26 10:58:27 -04:00
parent d3d2d5069e
commit cfd33e9bd1
16 changed files with 20 additions and 31 deletions
+3 -2
View File
@@ -55,9 +55,10 @@ export default function NewUserModal({ onClose }: Props) {
onSuccess: () => {
onClose();
},
onSettled: () => {
setSubmitLoader(false);
},
});
setSubmitLoader(false);
} else {
toast.error(t("fill_all_fields_error"));
}