Browse Source

fix bug

master
Anna Ho 1 year ago
parent
commit
55a57bd6cd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js

+ 1
- 1
src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js View File

@@ -354,7 +354,7 @@ const PublicNoticeApplyForm = ({ loadedData, selections }) => {
}else{
setIsWarningPopUp(false);
if(reloadPage){
window.reload();
location.reload();
}
}
}}


Loading…
Cancel
Save