diff --git a/src/frontend/src/pages/part/PartDetail.tsx b/src/frontend/src/pages/part/PartDetail.tsx index 155d6f4148..a00f1eaa12 100644 --- a/src/frontend/src/pages/part/PartDetail.tsx +++ b/src/frontend/src/pages/part/PartDetail.tsx @@ -111,7 +111,14 @@ export default function PartDetail() { // Construct the details tables let tl: DetailsField[] = [ { - type: 'text', + type: 'string', + name: 'name', + label: t`Name`, + icon: 'part', + copy: true + }, + { + type: 'string', name: 'description', label: t`Description`, copy: true