Change field creation_ts * 1000 to creation_ts_ms

This commit is contained in:
dklimpel 2020-06-16 10:05:38 +02:00 committed by Manuel Stahl
parent 627f3d2917
commit aaf1ebb909
4 changed files with 5 additions and 5 deletions

View file

@ -160,7 +160,7 @@ export const UserEdit = props => (
helperText="resources.users.helper.deactivate"
/>
<DateField
source="creation_ts"
source="creation_ts_ms"
showTime
options={{
year: "numeric",