mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
fix: add error iin alert
This commit is contained in:
@@ -1285,8 +1285,8 @@ function PdfRequestFiles(props) {
|
||||
})
|
||||
.catch((err) => {
|
||||
console.log("error updating field is decline ", err);
|
||||
setIsLoading({ isLoad: false });
|
||||
setHandleError(t("something-went-wrong-mssg"));
|
||||
setIsUiLoading(false);
|
||||
alert(t("something-went-wrong-mssg"));
|
||||
});
|
||||
};
|
||||
//function to add default signature for all requested placeholder of sign
|
||||
|
||||
Reference in New Issue
Block a user