Fix repository search (#15428)

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
KN4CK3R
2021-04-13 04:09:46 +02:00
committed by GitHub
parent 27f9bda769
commit bf3e584de2
2 changed files with 2 additions and 2 deletions

View File

@ -3157,7 +3157,7 @@ function initVueComponents() {
},
mounted() {
this.searchRepos(this.reposFilter);
this.changeReposFilter(this.reposFilter);
$(this.$el).find('.poping.up').popup();
$(this.$el).find('.dropdown').dropdown();
this.setCheckboxes();