1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-03 20:45:27 +02:00

Update dependencies

This commit is contained in:
Maksim Eltyshev 2020-03-25 00:15:47 +05:00
parent 05adea1afd
commit de61d94a98
145 changed files with 963 additions and 1149 deletions

View file

@ -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',