Merge pull request #1977 from burakcakirel/select-remote-component
Change selected object to array to prevent undefined error forEach on…
This commit is contained in:
commit
f436bc3e49
@ -960,7 +960,7 @@ export default {
|
||||
|
||||
dynamicOptions: function(options) {
|
||||
this.sort_options = [];
|
||||
this.selected = '';
|
||||
this.selected = [];
|
||||
|
||||
if (this.group) {
|
||||
// Option set sort_option data
|
||||
|
Loading…
x
Reference in New Issue
Block a user