Skip to content

Commit

Permalink
Remove extra request in Library page labels - not needed to filter
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellamaki committed Oct 29, 2021
1 parent c670e37 commit 4c1bf44
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kolibri/plugins/learn/assets/src/views/LibraryPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -439,10 +439,6 @@
this.labels = data.labels;
this.searchLoading = false;
});
} else {
ContentNodeResource.fetchCollection({ getParams }).then(data => {
this.labels = data.labels;
});
}
},
searchMore() {
Expand Down

0 comments on commit 4c1bf44

Please sign in to comment.