Skip to content

Commit

Permalink
added generated docs file
Browse files Browse the repository at this point in the history
  • Loading branch information
michelengelen committed Feb 19, 2024
1 parent 6db2e18 commit ffa92a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const GridEditDateInput = styled(InputBase)({
});

function WrappedGridEditDateInput(props) {
const { InputProps, ...other } = props;
const { InputProps, focused, ...other } = props;
return <GridEditDateInput fullWidth {...InputProps} {...other} />;
}

Expand Down

0 comments on commit ffa92a3

Please sign in to comment.