Skip to content

Commit

Permalink
small error with the default tab (#2338)
Browse files Browse the repository at this point in the history
  • Loading branch information
romanesko authored and Labels Bot committed Jun 21, 2022
1 parent 1a38784 commit e05b642
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ export default class SearchPopup extends React.Component {
withFilters: Search.withFilters || false,
hasFilters: Search.hasFilters || false,
filterType: Search.type || false,
// activeTab: 'all',
activeTab: 'media',
activeTab: 'all',
};

this.tabs = [
Expand Down

0 comments on commit e05b642

Please sign in to comment.