File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3838 </h4>
3939 <div class="ui attached segment repos-search">
4040 <div class="ui fluid right action left icon input" :class="{loading: isLoading}">
41- <input @input="searchRepos (reposFilter)" v-model="searchQuery" ref="search" placeholder="{{.i18n.Tr "home.search_repos"}}">
41+ <input @input="changeReposFilter (reposFilter)" v-model="searchQuery" ref="search" placeholder="{{.i18n.Tr "home.search_repos"}}">
4242 <i class="icon df ac jc">{{svg "octicon-search" 16}}</i>
4343 <div class="ui dropdown icon button" title="{{.i18n.Tr "home.filter"}}">
4444 <i class="icon df ac jc m-0">{{svg "octicon-filter" 16}}</i>
Original file line number Diff line number Diff line change @@ -3109,7 +3109,7 @@ function initVueComponents() {
31093109 } ,
31103110
31113111 mounted ( ) {
3112- this . searchRepos ( this . reposFilter ) ;
3112+ this . changeReposFilter ( this . reposFilter ) ;
31133113 $ ( this . $el ) . find ( '.poping.up' ) . popup ( ) ;
31143114 $ ( this . $el ) . find ( '.dropdown' ) . dropdown ( ) ;
31153115 this . setCheckboxes ( ) ;
You can’t perform that action at this time.
0 commit comments