Skip to content

Commit

Permalink
incorrect method call in editor
Browse files Browse the repository at this point in the history
fix #148
  • Loading branch information
ctf0 committed Apr 25, 2020
1 parent a48b8b9 commit cab92dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/assets/js/components/image/editor/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ export default {
saveToDisk(data) {
const parent = this.$parent
parent.toggleLoading()
parent.showNotif(trans('stand_by'), 'info')
parent.showNotif(this.trans('stand_by'), 'info')
axios.post(this.route, {
data: data,
Expand Down

0 comments on commit cab92dd

Please sign in to comment.