Parcourir la source

fix bug

master
Anna Ho il y a 1 an
Parent
révision
55a57bd6cd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js

+ 1
- 1
src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js Voir le fichier

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


Chargement…
Annuler
Enregistrer