mirror of
https://github.com/plankanban/planka.git
synced 2025-07-27 17:19:43 +02:00
Update dependencies
This commit is contained in:
parent
fac5254ae8
commit
be9ab670f4
8 changed files with 369 additions and 324 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue