feat: add classNames for apply and clearAll buttons for superset filters (#17554)

Co-authored-by: Nithin Philips <nithinphilips@Administrators-MacBook-Pro.local>
This commit is contained in:
Nithin George Philips 2021-11-27 15:39:36 +05:30 committed by GitHub
parent da75028295
commit 4cf429c154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')}
>
@ -136,6 +137,7 @@ const Header: FC<HeaderProps> = ({
buttonStyle="primary"
htmlType="submit"
buttonSize="small"
className="filter-apply-button"
onClick={onApply}
{...getFilterBarTestId('apply-button')}
>