We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51b5ab4 + 3ae89b1 commit 965fb7cCopy full SHA for 965fb7c
1 file changed
src/frontend/src/pages/ProjectDetailPage/ProjectViewContainer/BOMTab.tsx
@@ -93,6 +93,9 @@ const BOMTab = ({ project }: { project: Project }) => {
93
>
94
Show All Columns
95
</NERButton>
96
+ <NERButton variant="contained" onClick={() => {}} disabled={isGuest(user.role)}>
97
+ Copy Existing BOM
98
+ </NERButton>
99
</Box>
100
<Box display="flex" gap="20px" alignItems="center">
101
<Box sx={{ backgroundColor: theme.palette.background.paper, padding: '8px 14px 8px 14px', borderRadius: '6px' }}>
0 commit comments