Skip to content

Commit

Permalink
Theme showcase: Clear category param from URL (#80554)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmtr authored Aug 14, 2023
1 parent 11654eb commit 7090f33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/my-sites/themes/theme-showcase.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ class ThemeShowcase extends Component {
} else {
const subjectTerm = filterToTermTable[ `subject:${ tabFilter.key }` ];
newUrlParams.filter = [ filterWithoutSubjects, subjectTerm ].join( '+' );
newUrlParams.category = null;
}

page( this.constructUrl( newUrlParams ) );
Expand Down

0 comments on commit 7090f33

Please sign in to comment.