Skip to content

Commit

Permalink
Fix typo in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rouftom committed Oct 2, 2021
1 parent 4f19f2c commit c93fa35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@ function App() {

const handleAlertCloseButtonClicked = (item) => {
// Do something...
setState({
...state,
alertProps: {...state.alertProps, open: false}
})
}

return (
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-mui-scheduler",
"version": "1.2.0",
"version": "1.2.1",
"description": "📅 React mui scheduler is a react component based on @mui v5 that allows you to manage data in a calendar",
"main": "dist/index.esm.js",
"directories": {
Expand Down

0 comments on commit c93fa35

Please sign in to comment.