We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cfb99 commit 2bb0cc2Copy full SHA for 2bb0cc2
1 file changed
src/frontend/src/pages/ProjectDetailPage/ProjectViewContainer/BOM/MaterialForm/MaterialFormView.tsx
@@ -504,6 +504,30 @@ const MaterialFormView: React.FC<MaterialFormViewProps> = ({
504
)}
505
</Grid>
506
507
+ {/*submitText === 'Add' && (
508
+ <Grid item xs={12} sx={{ pl: 0, pr: 0 }}>
509
+ <Box
510
+ sx={{
511
+ pt: 1
512
+ }}
513
+ >
514
+ <Button
515
+ variant="contained"
516
+ disableElevation
517
+ onClick={() => {}}
518
519
+ mx: 0,
520
+ textTransform: 'none',
521
+ bgcolor: '#EF4345',
522
+ color: (t) => t.palette.getContrastText('#EF4345'),
523
+ '&:hover': { bgcolor: (t) => t.palette.error.dark }
524
525
526
+ COPY FROM EXISTING BOM
527
+ </Button>
528
+ </Box>
529
+ </Grid>
530
+ )*/}
531
</NERFormModal>
532
);
533
};
0 commit comments