Skip to content

Commit

Permalink
fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 21, 2022
1 parent a769c3d commit 53168cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"getViewSwitchingButtonText": {
"type": { "name": "func" },
"deprecated": true,
"deprecationInfo": "Use the <code>localeText</code> prop of <code>LocalizationProvider</code> instead, see <a href=\"https://mui.com/x/react-date-pickers/localization//\">https://mui.com/x/react-date-pickers/localization//</a>"
"deprecationInfo": "Use the <code>localeText</code> prop of <code>LocalizationProvider</code> instead, see <a href=\"https://mui.com/x/react-date-pickers/localization/\">https://mui.com/x/react-date-pickers/localization/</a>"
},
"InputAdornmentProps": { "type": { "name": "object" } },
"inputFormat": { "type": { "name": "string" } },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ StaticDateRangePicker.propTypes = {
* Get aria-label text for switching between views button.
* @param {CalendarPickerView} currentView The view from which we want to get the button text.
* @returns {string} The label of the view.
* @deprecated Use the `localeText` prop of `LocalizationProvider` instead, see https://mui.com/x/react-date-pickers/localization//
* @deprecated Use the `localeText` prop of `LocalizationProvider` instead, see https://mui.com/x/react-date-pickers/localization/
*/
getViewSwitchingButtonText: PropTypes.func,
ignoreInvalidInputs: PropTypes.bool,
Expand Down

0 comments on commit 53168cf

Please sign in to comment.