Skip to content

Commit

Permalink
Merge pull request #3 from dodosophia/bugfix/save-screenshot-fail
Browse files Browse the repository at this point in the history
fix attachment_id undefind
  • Loading branch information
dodosophia authored Nov 22, 2019
2 parents 32a41e3 + f35faa7 commit 682dc9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/store/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default {
}
commit('updateExtraMsg', { index: indexes.propsIndex, value: newDescFormEventbus })
},
saveEditedImage({ id, imageData }) {
saveEditedImage({ state, commit }, { id, imageData }) {
api.saveImage(id, imageData)
},
submit({ state, commit }) {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='lyrebird-bugit',
version='1.2.2',
version='1.2.3',
packages=['lyrebird_bugit'],
url='https://github.com/Meituan-Dianping/lyrebird-bugit',
author='HBQA',
Expand Down

0 comments on commit 682dc9d

Please sign in to comment.