Web: People: fixed datepicker disable prop

This commit is contained in:
Nikita Gopienko 2020-02-14 12:47:07 +03:00
parent 65b2d25520
commit b48d80b2b3

View File

@ -32,7 +32,7 @@ class DateField extends React.Component {
<DatePicker
name={inputName}
selectedDate={inputValue}
disabled={inputIsDisabled}
isDisabled={inputIsDisabled}
onChange={inputOnChange}
hasError={hasError}
tabIndex={inputTabIndex}