mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-22 15:42:31 +02:00
Fix: issue of unccesary alert is occured in request sign flow
This commit is contained in:
@@ -1684,7 +1684,12 @@ function PlaceHolderSign() {
|
||||
};
|
||||
const handleCloseSendmailModal = () => {
|
||||
setIsSendAlert({});
|
||||
setIsAlreadyPlace({ status: true, message: t("document-signed-alert-8") });
|
||||
if (isSendAlert.mssg === "confirm") {
|
||||
setIsAlreadyPlace({
|
||||
status: true,
|
||||
message: t("document-signed-alert-8")
|
||||
});
|
||||
}
|
||||
};
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user