Change field creation_ts * 1000
to creation_ts_ms
This commit is contained in:
parent
627f3d2917
commit
aaf1ebb909
4 changed files with 5 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue