This commit is contained in:
KANE LAZENI 2026-04-22 08:08:15 +00:00
parent b5e1c6ca14
commit d056324b5d

View File

@ -341,11 +341,11 @@
});
xhr.open('POST', 'Remboursement');
setButtonLoading(true);
alert("APRES POST");
alert("APRES setButtonLoading");
return;
setButtonLoading(true);
xhr.send(formData);
});