Merge pull request #2838 from brkcvn/master
Sort error fixed from widget component.
This commit is contained in:
commit
d1b9885c47
@ -273,6 +273,10 @@ export default {
|
||||
} else {
|
||||
documentClasses.remove('overflow-y-hidden', 'overflow-overlay');
|
||||
}
|
||||
},
|
||||
|
||||
'form.sort': function (val) {
|
||||
this.form.sort = Number(val);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user