Skip to content

Commit

Permalink
Multi select issue solved..
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Mar 21, 2020
1 parent 307e93c commit ff83681
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/assets/js/components/AkauntingSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,10 @@ export default {
},
real_model: function (value) {
if (this.multiple) {
return;
}
this.change();
},
Expand Down

0 comments on commit ff83681

Please sign in to comment.