diff --git a/src/forge/Information/Pages/newsDetail.jsx b/src/forge/Information/Pages/newsDetail.jsx index e10edf9c3..302ccaac6 100644 --- a/src/forge/Information/Pages/newsDetail.jsx +++ b/src/forge/Information/Pages/newsDetail.jsx @@ -48,6 +48,7 @@ function NewsDetail(props){ setIsSpin(false) } }).catch(error=>{ + props.history.push(`/zone/${deptId}/news`); setIsSpin(false) }) }