Skip to content

Commit

Permalink
fix advanced search button
Browse files Browse the repository at this point in the history
  • Loading branch information
dzonidoo committed Jan 27, 2025
1 parent 62ebe2c commit 6f9c884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/search/components/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ class SearchBar extends React.Component<any, any> {
<div className="mx-2 d-flex gap-2">
{this.props.toggleAdvancedSearchPanel == null ? null : (
<Button
variant="tertiary"
value={gettext('Advanced Search')}
data-test-id="show-advanced-search-panel-btn"
className="nh-button--advanced-search"
Expand Down

0 comments on commit 6f9c884

Please sign in to comment.