Skip to content

Commit

Permalink
Merge branch 'release/v1.1.0' of https://github.com/voxel51/fiftyone
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
voxel51-bot committed Dec 2, 2024
2 parents 95b2e16 + 4937680 commit 38e76d5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ export default function TableView(props: ViewPropsType) {
background: isSelected
? selectedCellColor
: "unset",
fontSize: "1rem",
}}
onClick={() => {
handleCellClick(rowIndex, columnIndex);
Expand All @@ -220,6 +221,7 @@ export default function TableView(props: ViewPropsType) {
background: isRowSelected
? selectedCellColor
: "unset",
fontSize: "1rem",
}}
>
{currentRowHasActions ? (
Expand Down

0 comments on commit 38e76d5

Please sign in to comment.