summaryrefslogtreecommitdiffstats
path: root/web_src/js
diff options
context:
space:
mode:
authorKN4CK3R <KN4CK3R@users.noreply.github.com>2021-04-13 04:09:46 +0200
committerGitHub <noreply@github.com>2021-04-12 22:09:46 -0400
commitbf3e584de25b43ddc8fd12d1388fbd9b984f883b (patch)
tree7faa914aee6fdb420fa85b1a797821d010641e71 /web_src/js
parent27f9bda769401626f78dc3ee1c4ebedab6550ca8 (diff)
downloadgitea-bf3e584de25b43ddc8fd12d1388fbd9b984f883b.tar.gz
gitea-bf3e584de25b43ddc8fd12d1388fbd9b984f883b.zip
Fix repository search (#15428)
Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'web_src/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();