Skip to content

Commit

Permalink
refactor(17451): add data attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
vanch3d committed Nov 15, 2023
1 parent 2929acd commit 72370c9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const OptionBadge: FC<OptionBadgeProps> = ({ data }) => {
textTransform={'lowercase'}
size={'sm'}
data-testid={`dateRange-option-badge-${data.value}`}
data-group={data.colorScheme}
variant="solid"
colorScheme={data.colorScheme}
mr={2}
Expand Down

0 comments on commit 72370c9

Please sign in to comment.