Fix creation date formatting on part detail page (#12423)
Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
parent
d365cb44aa
commit
8075c3ee37
|
|
@ -272,7 +272,7 @@ export function PartDetailsPanel({
|
|||
const br: DetailsField[] = useMemo(() => {
|
||||
const fields: DetailsField[] = [
|
||||
{
|
||||
type: 'string',
|
||||
type: 'date',
|
||||
name: 'creation_date',
|
||||
label: t`Creation Date`
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue