fix invalid date on admin ui report create
This commit is contained in:
@ -61,7 +61,7 @@
|
|||||||
key: 'createdAt',
|
key: 'createdAt',
|
||||||
type: 'checkbox',
|
type: 'checkbox',
|
||||||
label: 'Report kann bearbeitet werden',
|
label: 'Report kann bearbeitet werden',
|
||||||
options: { convert: (v) => (v ? new Date().toISOString() : null) }
|
options: { convert: (v) => (v ? null : new Date().toISOString()) }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]}
|
]}
|
||||||
|
Reference in New Issue
Block a user