fix: navigate user on in-progress report after send document to signers.

This commit is contained in:
RaktimaNXG
2024-06-25 16:26:46 +05:30
parent 77622ebea9
commit 943f9a0673
@@ -1928,6 +1928,7 @@ function PlaceHolderSign() {
handleClose={() => {
setIsSend(false);
setSignerPos([]);
navigate("/report/1MwEuxLEkF");
}}
>
<div className="h-[100%] p-[20px]">
@@ -1969,6 +1970,7 @@ function PlaceHolderSign() {
onClick={() => {
setIsSend(false);
setSignerPos([]);
navigate("/report/1MwEuxLEkF");
}}
type="button"
className="op-btn op-btn-ghost"