Skip to content

Commit

Permalink
Solved searching while on favorites page
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisLeandro94 committed Jun 19, 2021
1 parent 90de474 commit 8e14f45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/navbar/navbar.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export class NavbarComponent implements OnInit {

search(): void {
this.dataStore.getSearch(this.searchInput, this.dataStore.PageSearch);
this.router.navigate(['']);
}

modalOpen(content: any) {
Expand Down

0 comments on commit 8e14f45

Please sign in to comment.