File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 @@ -3157,7 +3157,7 @@ function initVueComponents() {
31573157 } ,
31583158
31593159 mounted ( ) {
3160- this . searchRepos ( this . reposFilter ) ;
3160+ this . changeReposFilter ( this . reposFilter ) ;
31613161 $ ( this . $el ) . find ( '.poping.up' ) . popup ( ) ;
31623162 $ ( this . $el ) . find ( '.dropdown' ) . dropdown ( ) ;
31633163 this . setCheckboxes ( ) ;
You can’t perform that action at this time.
0 commit comments