mirror of
https://github.com/plankanban/planka.git
synced 2025-08-03 20:45:27 +02:00
Update dependencies
This commit is contained in:
parent
05adea1afd
commit
de61d94a98
145 changed files with 963 additions and 1149 deletions
|
@ -47,8 +47,8 @@ const EditDueDateStep = React.memo(({ defaultValue, onUpdate, onBack, onClose })
|
|||
}, [data.date, t]);
|
||||
|
||||
const handleDatePickerChange = useCallback(
|
||||
date => {
|
||||
setData(prevData => ({
|
||||
(date) => {
|
||||
setData((prevData) => ({
|
||||
...prevData,
|
||||
date: t('format:date', {
|
||||
postProcess: 'formatDate',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue