summaryrefslogtreecommitdiffstats
path: root/web_src/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/js/index.js')
-rw-r--r--web_src/js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/js/index.js b/web_src/js/index.js
index f7a767d6a2..1716df9e7f 100644
--- a/web_src/js/index.js
+++ b/web_src/js/index.js
@@ -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();