We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a58da0 commit be30ee1Copy full SHA for be30ee1
frontend/src/components/app/recommendations/Recommendations.vue
@@ -147,10 +147,7 @@ export default {
147
watch: {
148
sorting: {
149
handler() {
150
- let base = this.recommendationsBackup.slice();
151
- base = this.filter(base);
152
- this.sort(base, this.sorting);
153
- this.recommendations = base;
+ this.sort(this.recommendations, this.sorting);
154
},
155
156
filters: {
0 commit comments