Skip to content

Commit

Permalink
feat: use categoryKeyword instead of q
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Jul 16, 2024
1 parent 9cacb6c commit a4251df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ export class DatasetInformationComponent {
}

onCategoryKeywordClick(category: string) {
this.routerFacade.updateSearch({ q: category })
this.routerFacade.updateSearch({ categoryKeyword: category })
}
}

0 comments on commit a4251df

Please sign in to comment.