Fix bug that stop ide recovering after syntax error

This commit is contained in:
Kurt Hutten
2020-11-14 13:36:52 +11:00
parent 5ea1bdf69f
commit 585a839525
2 changed files with 1 additions and 2 deletions

View File

@@ -36,10 +36,8 @@ export const Success = ({ part, refetch }) => {
addMessage('Part updated.', { classes: 'rw-flash-success' })
},
})
console.log({ updatePart })
const saveCode = (input, id) => {
console.log(id, input, 'wowow')
updatePart({ variables: { id, input } })
refetch()
}