Skip to content

Commit

Permalink
feat: add classNames for apply and clearAll buttons for superset filt…
Browse files Browse the repository at this point in the history
…ers (#17554)

Co-authored-by: Nithin Philips <[email protected]>
  • Loading branch information
Nithin-George-Philips and Nithin Philips authored Nov 27, 2021
1 parent da75028 commit 4cf429c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,12 @@ const Header: FC<HeaderProps> = ({
<Icons.Expand iconColor={theme.colors.grayscale.base} />
</HeaderButton>
</TitleArea>
<ActionButtons>
<ActionButtons className="filter-action-buttons">
<Button
disabled={isClearAllDisabled}
buttonStyle="tertiary"
buttonSize="small"
className="filter-clear-all-button"
onClick={onClearAll}
{...getFilterBarTestId('clear-button')}
>
Expand All @@ -136,6 +137,7 @@ const Header: FC<HeaderProps> = ({
buttonStyle="primary"
htmlType="submit"
buttonSize="small"
className="filter-apply-button"
onClick={onApply}
{...getFilterBarTestId('apply-button')}
>
Expand Down

0 comments on commit 4cf429c

Please sign in to comment.