Skip to content

Commit

Permalink
remove ddomant buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzy11 committed Aug 14, 2023
1 parent caef475 commit 6e5bde2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const FilterSet: React.FC<FilterSetProps> = ({ hideFilterSetHeader = false }) =>
(!showSearchInput ? (
<div className="filterSetHeader">
<h4>{t('Tree', 'Tree')}</h4>
<div className="filterSetActions">
{/* <div className="filterSetActions">
<Button
kind="ghost"
size="sm"
Expand All @@ -40,7 +40,7 @@ const FilterSet: React.FC<FilterSetProps> = ({ hideFilterSetHeader = false }) =>
<Button kind="ghost" size="sm" renderIcon={SearchIcon} onClick={() => setShowSearchInput(true)}>
{t('search', 'Search')}
</Button>
</div>
</div> */}
</div>
) : (
<div className="filterTreeSearchHeader">
Expand Down

0 comments on commit 6e5bde2

Please sign in to comment.