mirror of
https://github.com/plankanban/planka.git
synced 2025-12-24 17:25:00 +03:00
Update dependencies
This commit is contained in:
@@ -118,7 +118,12 @@ const DueDateEditStep = React.memo(({ defaultValue, onUpdate, onBack, onClose })
|
||||
<Input ref={timeField} name="time" value={data.time} onChange={handleFieldChange} />
|
||||
</div>
|
||||
</div>
|
||||
<DatePicker inline selected={nullableDate} onChange={handleDatePickerChange} />
|
||||
<DatePicker
|
||||
inline
|
||||
disabledKeyboardNavigation
|
||||
selected={nullableDate}
|
||||
onChange={handleDatePickerChange}
|
||||
/>
|
||||
<Button positive content={t('action.save')} />
|
||||
</Form>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user