傅行帆 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
       });