Skip to content

Commit

Permalink
Clear trash and release
Browse files Browse the repository at this point in the history
  • Loading branch information
daaner committed May 2, 2020
1 parent fba77b5 commit 2fe1df8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion public/default/js/admin-app.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion resources/assets/js_owl/admin/form/file.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ Vue.component('element-file', Vue.extend({
},
remove () {
var self = this
console.log(self)

Admin.Messages.confirm(trans('lang.message.are_you_sure')).then((result) => {
if(result.value)
Expand Down

0 comments on commit 2fe1df8

Please sign in to comment.