Skip to content

Commit

Permalink
Add key to primary action gridcell
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Sep 3, 2024
1 parent 9a55a04 commit 0033f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dataviews/src/dataviews-layouts/list/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function PrimaryActionGridCell< Item >( {
: primaryAction.label( [ item ] );

return 'RenderModal' in primaryAction ? (
<div role="gridcell">
<div role="gridcell" key={ primaryAction.id }>
<CompositeItem
id={ compositeItemId }
render={
Expand Down

0 comments on commit 0033f7a

Please sign in to comment.