This website works better with JavaScript.
Home
Explore
Help
Sign In
alex
/
PNSPS-frontend-MaterialUI
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix bug
master
Anna Ho
1 year ago
parent
61386cb5dc
commit
55a57bd6cd
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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();
}
}
}}
Write
Preview
Loading…
Cancel
Save