diff --git a/packages/strapi-helper-plugin/lib/src/components/InputDate/index.js b/packages/strapi-helper-plugin/lib/src/components/InputDate/index.js index 3631dafbfe..35243f02a9 100644 --- a/packages/strapi-helper-plugin/lib/src/components/InputDate/index.js +++ b/packages/strapi-helper-plugin/lib/src/components/InputDate/index.js @@ -1,6 +1,6 @@ /** * - * inputDate + * InputDate * */ diff --git a/packages/strapi-helper-plugin/lib/src/components/InputDateWithErrors/index.js b/packages/strapi-helper-plugin/lib/src/components/InputDateWithErrors/index.js index a98be8250f..ad21c2e685 100644 --- a/packages/strapi-helper-plugin/lib/src/components/InputDateWithErrors/index.js +++ b/packages/strapi-helper-plugin/lib/src/components/InputDateWithErrors/index.js @@ -13,7 +13,7 @@ import cn from 'classnames'; import Label from 'components/Label'; import InputDescription from 'components/InputDescription'; import InputErrors from 'components/InputErrors'; -import Inputdate from 'components/Inputdate'; + import InputDate from 'components/InputDate'; import styles from './styles.scss'; @@ -104,7 +104,7 @@ class InputDateWithErrors extends React.Component { // eslint-disable-line react message={label} style={labelStyle} /> -