Skip to content

Commit

Permalink
Reload uncommented
Browse files Browse the repository at this point in the history
  • Loading branch information
aparna-aot committed Jul 25, 2024
1 parent 5600298 commit 1d1d316
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ const useSaveRedlineForSignoff = (initDocInstance, initDocViewer) => {
if (divisionCountForToast === zipServiceMessage.attributes.length) {
triggerDownloadRedlines(zipServiceMessage, (error) => {
console.log(error);
//window.location.reload();
window.location.reload();
});
}
return zipServiceMessage;
Expand Down

0 comments on commit 1d1d316

Please sign in to comment.