Selaa lähdekoodia

fix bug

master
Anna Ho 1 vuosi sitten
vanhempi
commit
55a57bd6cd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js

+ 1
- 1
src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna