Skip to content

Commit

Permalink
🚧 wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Apr 8, 2024
1 parent e002365 commit be8958c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ export class EntitySelector extends React.Component<{
>
{this.renderSearchBar()}

{this.sortOptions.length > 1 && this.renderSortBar()}
{!this.searchInput && this.sortOptions.length > 1 && this.renderSortBar()}

<div className="entity-selector__content">
{this.searchInput
Expand Down

0 comments on commit be8958c

Please sign in to comment.