mirror of
https://github.com/plankanban/planka.git
synced 2025-12-23 09:15:09 +03:00
Update dependencies
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user