傅行帆 hace 5 años
padre
commit
969862fc2c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/pages/activity/editActivity.jsx

+ 1
- 1
src/pages/activity/editActivity.jsx Ver fichero

@@ -207,7 +207,7 @@ const Basic = Form.create({ name: 'BasicForm' })(BasicForm);
207 207
 const Edit = props => {
208 208
   const [tab, changeTab] = useState('basic')
209 209
   const { dynamicId } = props.location.query
210
-
210
+  
211 211
   const cancelPage = () => {
212 212
     router.push({
213 213
       pathname: '/activity/ActivityList',