File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
</h4>
39
39
<div class="ui attached segment repos-search">
40
40
<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"}}">
42
42
<i class="icon df ac jc">{{svg "octicon-search" 16}}</i>
43
43
<div class="ui dropdown icon button" title="{{.i18n.Tr "home.filter"}}">
44
44
<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() {
3157
3157
} ,
3158
3158
3159
3159
mounted ( ) {
3160
- this . searchRepos ( this . reposFilter ) ;
3160
+ this . changeReposFilter ( this . reposFilter ) ;
3161
3161
$ ( this . $el ) . find ( '.poping.up' ) . popup ( ) ;
3162
3162
$ ( this . $el ) . find ( '.dropdown' ) . dropdown ( ) ;
3163
3163
this . setCheckboxes ( ) ;
You can’t perform that action at this time.
0 commit comments