Skip to content

Commit

Permalink
fix: list qa property
Browse files Browse the repository at this point in the history
  • Loading branch information
Antamansid committed Jun 4, 2024
1 parent 575477a commit aa81331
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 aa81331

Please sign in to comment.