mirror of
https://github.com/strapi/strapi.git
synced 2025-08-11 18:27:22 +00:00
Fix wrong import
This commit is contained in:
parent
451f26414c
commit
23da9263a4
@ -1,6 +1,6 @@
|
||||
/**
|
||||
*
|
||||
* inputDate
|
||||
* InputDate
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -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}
|
||||
/>
|
||||
<Inputdate
|
||||
<InputDate
|
||||
autoFocus={autoFocus}
|
||||
className={inputClassName}
|
||||
disabled={disabled}
|
||||
|
Loading…
x
Reference in New Issue
Block a user