Skip to content

Commit 11bdb51

Browse files
Samuel ShresthaSamuel Shrestha
authored andcommitted
final touches
1 parent a26582b commit 11bdb51

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ const MaterialFormView: React.FC<MaterialFormViewProps> = ({
9292
setValue('price', m.price != null ? m.price / 100 : undefined);
9393
setValue('notes', m.notes ?? '');
9494
setValue('assemblyId', undefined);
95-
setValue('reimbursementRequestId', undefined);
9695

9796
setCopyModalOpen(false);
9897
};

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ const SelectMaterialToCopyModal: React.FC<SelectMaterialToCopyModalProps> = ({ o
271271
renderInput={(params) => (
272272
<TextField
273273
{...params}
274-
placeholder={selectedCar ? 'Search materials by name…' : 'Select a car first'}
274+
placeholder={selectedCar ? 'Search' : 'Select a car first'}
275275
fullWidth
276276
InputProps={{
277277
...params.InputProps,

0 commit comments

Comments
 (0)