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
@@ -23,9 +23,10 @@ export default function DeleteUserModal({ onClose, userId }: Props) {
onSuccess: () => {
onClose();
},
onSettled: (data, error) => {
setSubmitLoader(false);
},
});
setSubmitLoader(false);
}
};