Skip to content

Commit

Permalink
scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
noraleonte committed May 3, 2024
1 parent 820c4b9 commit b89a0b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/x/api/date-pickers/pickers-shortcuts.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"items": {
"type": {
"name": "arrayOf",
"description": "Array<{ getValue: func, key?: string, label: string }>"
"description": "Array<{ getValue: func, id?: string, label: string }>"
},
"default": "[]"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ PickersShortcuts.propTypes = {
items: PropTypes.arrayOf(
PropTypes.shape({
getValue: PropTypes.func.isRequired,
key: PropTypes.string,
id: PropTypes.string,
label: PropTypes.string.isRequired,
}),
),
Expand Down

0 comments on commit b89a0b3

Please sign in to comment.