Skip to content

Commit

Permalink
simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed May 4, 2024
1 parent bd3fa72 commit fa5b269
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1385,9 +1385,7 @@ describe('<DataGridPro /> - Row editing', () => {
return (
<Portal>
<input
ref={(ref) => {
setInputRef(ref);
}}
ref={setInputRef}
data-testid="input"
/>
</Portal>
Expand Down

0 comments on commit fa5b269

Please sign in to comment.