Skip to content

Commit 965fb7c

Browse files
authored
Merge pull request #3910 from Northeastern-Electric-Racing/#3883-Copy-Existing-BOM-Button
#3883 Copy Existing BOM Button
2 parents 51b5ab4 + 3ae89b1 commit 965fb7c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • src/frontend/src/pages/ProjectDetailPage/ProjectViewContainer

src/frontend/src/pages/ProjectDetailPage/ProjectViewContainer/BOMTab.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ const BOMTab = ({ project }: { project: Project }) => {
9393
>
9494
Show All Columns
9595
</NERButton>
96+
<NERButton variant="contained" onClick={() => {}} disabled={isGuest(user.role)}>
97+
Copy Existing BOM
98+
</NERButton>
9699
</Box>
97100
<Box display="flex" gap="20px" alignItems="center">
98101
<Box sx={{ backgroundColor: theme.palette.background.paper, padding: '8px 14px 8px 14px', borderRadius: '6px' }}>

0 commit comments

Comments
 (0)