Skip to content

Commit

Permalink
Update add filter button (#59433)
Browse files Browse the repository at this point in the history
Co-authored-by: jameskoster <jameskoster@git.wordpress.org>
Co-authored-by: ntsekouras <ntsekouras@git.wordpress.org>
  • Loading branch information
3 people authored Mar 4, 2024
1 parent 9a34927 commit 68aa464
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/dataviews/src/add-filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
privateApis as componentsPrivateApis,
Button,
} from '@wordpress/components';
import { plus } from '@wordpress/icons';
import { __ } from '@wordpress/i18n';
import { forwardRef } from '@wordpress/element';

Expand All @@ -31,7 +30,6 @@ function AddFilter( { filters, view, onChangeView, setOpenedFilter }, ref ) {
<Button
__experimentalIsFocusable
size="compact"
icon={ plus }
className="dataviews-filters-button"
variant="tertiary"
disabled={ ! inactiveFilters.length }
Expand Down

0 comments on commit 68aa464

Please sign in to comment.