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 13, 2023
1 parent a730c77 commit 8f677ec
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 8f677ec

Please sign in to comment.