Fix creation date formatting on part detail page (#12423)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
Λamir 2026-07-20 07:33:42 +02:00 committed by GitHub
parent d365cb44aa
commit 8075c3ee37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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`
},