From 6579919a93cbc49b6be65b1186d184cc5a2977f7 Mon Sep 17 00:00:00 2001 From: "vinu.ganesan" Date: Mon, 30 Oct 2023 15:34:18 +0530 Subject: [PATCH] Typo error fixed --- .../ActiveKeyboardDatePicker/ActiveKeyboardDatePicker.js | 2 +- src/components/UDatePicker/UDatePicker.js | 2 +- src/components/UDateTimePicker/UDateTimePicker.js | 2 +- src/components/UKeyboardDatePicker/UKeyboardDatePicker.js | 2 +- .../UKeyboardDateTimePicker/UKeyboardDateTimePicker.js | 2 +- src/components/UKeyboardTimePicker/UKeyboardTimePicker.js | 2 +- src/components/UTimePicker/UTimePicker.js | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/ActiveKeyboardDatePicker/ActiveKeyboardDatePicker.js b/src/components/ActiveKeyboardDatePicker/ActiveKeyboardDatePicker.js index 2ad196743..78c96f0ee 100644 --- a/src/components/ActiveKeyboardDatePicker/ActiveKeyboardDatePicker.js +++ b/src/components/ActiveKeyboardDatePicker/ActiveKeyboardDatePicker.js @@ -148,7 +148,7 @@ ActiveKeyboardDatePicker.propTypes = { autoOk: PropTypes.bool, /** Picker container option variant : 'dialog' | 'inline' | 'static' */ variant: PropTypes.string, - /** Material ui textfiled variant */ + /** Material ui textfield variant */ inputVariant: PropTypes.string, /** Date format */ format: PropTypes.string, diff --git a/src/components/UDatePicker/UDatePicker.js b/src/components/UDatePicker/UDatePicker.js index c94d7ff4e..ec409fc37 100644 --- a/src/components/UDatePicker/UDatePicker.js +++ b/src/components/UDatePicker/UDatePicker.js @@ -60,7 +60,7 @@ UDatePicker.propTypes = { autoOk: PropTypes.bool, /** Picker container option variant : 'dialog' | 'inline' | 'static' */ variant: PropTypes.string, - /** Material ui textfiled variant */ + /** Material ui textfield variant */ inputVariant: PropTypes.string, /** date format */ format: PropTypes.string, diff --git a/src/components/UDateTimePicker/UDateTimePicker.js b/src/components/UDateTimePicker/UDateTimePicker.js index 75db47174..fa81ab47c 100644 --- a/src/components/UDateTimePicker/UDateTimePicker.js +++ b/src/components/UDateTimePicker/UDateTimePicker.js @@ -60,7 +60,7 @@ UDateTimePicker.propTypes = { autoOk: PropTypes.bool, /** Picker container option variant : 'dialog' | 'inline' | 'static' */ variant: PropTypes.string, - /** Material ui textfiled variant */ + /** Material ui textfield variant */ inputVariant: PropTypes.string, /** date format */ format: PropTypes.string, diff --git a/src/components/UKeyboardDatePicker/UKeyboardDatePicker.js b/src/components/UKeyboardDatePicker/UKeyboardDatePicker.js index 8f359dbd8..5ad147388 100644 --- a/src/components/UKeyboardDatePicker/UKeyboardDatePicker.js +++ b/src/components/UKeyboardDatePicker/UKeyboardDatePicker.js @@ -63,7 +63,7 @@ UKeyboardDatePicker.propTypes = { autoOk: PropTypes.bool, /** Picker container option variant : 'dialog' | 'inline' | 'static' */ variant: PropTypes.string, - /** Material ui textfiled variant */ + /** Material ui textfield variant */ inputVariant: PropTypes.string, /** date format */ format: PropTypes.string, diff --git a/src/components/UKeyboardDateTimePicker/UKeyboardDateTimePicker.js b/src/components/UKeyboardDateTimePicker/UKeyboardDateTimePicker.js index cdd95c5da..8bebb114c 100644 --- a/src/components/UKeyboardDateTimePicker/UKeyboardDateTimePicker.js +++ b/src/components/UKeyboardDateTimePicker/UKeyboardDateTimePicker.js @@ -59,7 +59,7 @@ UKeyboardDateTimePicker.propTypes = { autoOk: PropTypes.bool, /** Picker container option variant : 'dialog' | 'inline' | 'static' */ variant: PropTypes.string, - /** Material ui textfiled variant */ + /** Material ui textfield variant */ inputVariant: PropTypes.string, /** date format */ format: PropTypes.string, diff --git a/src/components/UKeyboardTimePicker/UKeyboardTimePicker.js b/src/components/UKeyboardTimePicker/UKeyboardTimePicker.js index bfd93ba80..5129d5ab0 100644 --- a/src/components/UKeyboardTimePicker/UKeyboardTimePicker.js +++ b/src/components/UKeyboardTimePicker/UKeyboardTimePicker.js @@ -56,7 +56,7 @@ UKeyboardTimePicker.propTypes = { autoOk: PropTypes.bool, /** Picker container option variant : 'dialog' | 'inline' | 'static' */ variant: PropTypes.string, - /** Material ui textfiled variant */ + /** Material ui textfield variant */ inputVariant: PropTypes.string, /** Label text */ label: PropTypes.string, diff --git a/src/components/UTimePicker/UTimePicker.js b/src/components/UTimePicker/UTimePicker.js index d7df57cae..a525ee7ac 100644 --- a/src/components/UTimePicker/UTimePicker.js +++ b/src/components/UTimePicker/UTimePicker.js @@ -58,7 +58,7 @@ UTimePicker.propTypes = { autoOk: PropTypes.bool, /** Picker container option variant : 'dialog' | 'inline' | 'static' */ variant: PropTypes.string, - /** Material ui textfiled variant */ + /** Material ui textfield variant */ inputVariant: PropTypes.string, /** Label text */ label: PropTypes.string,