From 23da9263a45b8e095c0e6ef1c8cf2bcb4d0fe358 Mon Sep 17 00:00:00 2001 From: cyril lopez Date: Tue, 6 Feb 2018 16:58:29 +0100 Subject: [PATCH] Fix wrong import --- .../lib/src/components/InputDate/index.js | 2 +- .../lib/src/components/InputDateWithErrors/index.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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} /> -