Explorar el Código

fix bug

master
Anna Ho hace 2 años
padre
commit
55a57bd6cd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js

+ 1
- 1
src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js Ver fichero

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


Cargando…
Cancelar
Guardar