fix move interface 404 bug

test
huoyong.msb 6 years ago
parent f307f43732
commit 924c000bcd

@ -206,6 +206,7 @@ class InterfaceEditor extends Component<
}) })
} }
handleMoveInterfaceSubmit = () => { handleMoveInterfaceSubmit = () => {
console.log('submit')
/** empty */ /** empty */
} }
handleLockInterface = () => { handleLockInterface = () => {

@ -71,6 +71,7 @@ export default function MoveInterfaceForm(props: Props) {
modId, modId,
op, op,
itfId, itfId,
repoId: repository.id,
} }
dispatch(moveInterface(params, () => { dispatch(moveInterface(params, () => {
rmodal && rmodal.resolve() rmodal && rmodal.resolve()

Loading…
Cancel
Save