Skip to content

Commit

Permalink
[core] Fix test_types failing on the next branch (#11944)
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii authored Feb 6, 2024
1 parent 094abbc commit 603e688
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const GridActionsCellItem = React.forwardRef<HTMLElement, GridActionsCellItemPro

return (
<rootProps.slots.baseIconButton
ref={ref}
ref={ref as React.MutableRefObject<HTMLButtonElement>}
size="small"
role="menuitem"
aria-label={label}
Expand Down

0 comments on commit 603e688

Please sign in to comment.