Skip to content

Commit

Permalink
fix(useList): add qa property to container (#1625)
Browse files Browse the repository at this point in the history
Co-authored-by: Antamansid <[email protected]>
  • Loading branch information
Antamansid and Antamansid authored Jun 4, 2024
1 parent 020dece commit 05c1fc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const ListContainerView = React.forwardRef<HTMLDivElement, ListContainerV
) {
return (
<Flex
data-qa={qa}
qa={qa}
as={as}
direction="column"
ref={ref}
Expand Down

0 comments on commit 05c1fc2

Please sign in to comment.