Skip to content

Commit

Permalink
fix(autocapture): add taxonomic filter key as data-attr (#17899)
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr authored and daibhin committed Oct 23, 2023
1 parent dbb09fd commit abb5b59
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export function TaxonomicFilter({
taxonomicGroupTypes.length === 1 && 'one-taxonomic-tab',
!width && 'force-minimum-width'
)}
data-attr={taxonomicFilterLogicKey}
// eslint-disable-next-line react/forbid-dom-props
style={style}
>
Expand Down

0 comments on commit abb5b59

Please sign in to comment.