Skip to content

Commit 8453e29

Browse files
committed
#3761 changed assemblyId to name to have correct display information
1 parent d2fa546 commit 8453e29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/pages/ProjectDetailPage/ProjectViewContainer/BOM/MaterialForm/MaterialFormView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ const MaterialFormView: React.FC<MaterialFormViewProps> = ({
475475
displayEmpty: true,
476476
renderValue: (selected) =>
477477
selected ? (
478-
assemblies.find((a) => a.assemblyId === selected)?.assemblyId
478+
assemblies.find((a) => a.assemblyId === selected)?.name
479479
) : (
480480
<Typography sx={{ fontSize: '1rem', color: 'lightgray', opacity: 0.6 }}>
481481
Enter Assembly Details

0 commit comments

Comments
 (0)