傅行帆 5 년 전
부모
커밋
1b0bb87df2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/pages/carouselFigure/editAdvertising.jsx

+ 1
- 0
src/pages/carouselFigure/editAdvertising.jsx 파일 보기

@@ -143,6 +143,7 @@ const createEditor = () => {
143 143
     }, [])
144 144
 
145 145
     const cancelPage = () => {
146
+      isCanChoose = true
146 147
       router.push({
147 148
         pathname: '/carouselFigure/advertisingList',
148 149
       });