Skip to content

Commit

Permalink
dash-table: Add missing key prop on column headers
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinerg committed Sep 24, 2021
1 parent 3eac50a commit a25cca9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ function getter(
);

return (
<div>
<div key={columnIndex}>
{!column_selectable || !selectable ? null : (
<span className='column-header--select'>
<input
Expand Down

0 comments on commit a25cca9

Please # to comment.