File tree Expand file tree Collapse file tree 4 files changed +1
-5
lines changed
apis/list-of-apis/ko/runtime Expand file tree Collapse file tree 4 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ export class ApiListDropdown {
5858
5959 @OnMounted ( )
6060 public async initialize ( ) : Promise < void > {
61- await this . resetSearch ( ) ;
6261 await this . checkSelection ( ) ;
6362
6463 this . pattern
Original file line number Diff line number Diff line change @@ -62,8 +62,6 @@ export class ApiListTiles {
6262 this . groupByTag ( this . defaultGroupByTagToEnabled ( ) ) ;
6363 this . tags . subscribe ( this . resetSearch ) ;
6464
65- await this . resetSearch ( ) ;
66-
6765 this . pattern
6866 . extend ( { rateLimit : { timeout : Constants . defaultInputDelayMs , method : "notifyWhenChangesStop" } } )
6967 . subscribe ( this . resetSearch ) ;
Original file line number Diff line number Diff line change @@ -62,8 +62,6 @@ export class ApiList {
6262 this . groupByTag ( this . defaultGroupByTagToEnabled ( ) ) ;
6363 this . tags . subscribe ( this . resetSearch ) ;
6464
65- await this . resetSearch ( ) ;
66-
6765 this . pattern
6866 . extend ( { rateLimit : { timeout : Constants . defaultInputDelayMs , method : "notifyWhenChangesStop" } } )
6967 . subscribe ( this . resetSearch ) ;
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ export class TagInput {
6565 const tagsValue = this . routeHelper . getTags ( ) ;
6666
6767 if ( ! tagsValue ) {
68+ this . onChange ( [ ] ) ;
6869 return ;
6970 }
7071
You can’t perform that action at this time.
0 commit comments