Explorar el Código

fix bug

master
Anna Ho hace 1 año
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{
setIsWarningPopUp(false);
if(reloadPage){
window.reload();
location.reload();
}
}
}}


Cargando…
Cancelar
Guardar