Change selected object to array to prevent undefined error forEach on selected watch

This commit is contained in:
Burak Çakırel 2021-04-09 16:45:59 +03:00
parent 5a280becd1
commit 034a322dbf
No known key found for this signature in database
GPG Key ID: 48FFBB7771B99C7C

View File

@ -960,7 +960,7 @@ export default {
dynamicOptions: function(options) { dynamicOptions: function(options) {
this.sort_options = []; this.sort_options = [];
this.selected = ''; this.selected = [];
if (this.group) { if (this.group) {
// Option set sort_option data // Option set sort_option data