Skip to content

Commit a33ab99

Browse files
"added all inventory types to project dropdown"
1 parent 39b96ad commit a33ab99

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/Header/Header.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,9 @@ export function Header(props) {
517517
}`}
518518
disabled={headerDisabled}
519519
>
520+
<DropdownItem tag={Link} to="/bmdashboard/inventorytypes" className={fontColor}>
521+
All Inventory Types
522+
</DropdownItem>
520523
<DropdownItem tag={Link} to="/bmdashboard/materials/add" className={fontColor}>
521524
Add Material
522525
</DropdownItem>

0 commit comments

Comments
 (0)