fix move interface 404 bug

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

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

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

Loading…
Cancel
Save