Skip to content

Commit

Permalink
Mark asset-management link as external
Browse files Browse the repository at this point in the history
asset-mangement is an external application and therefore internal links
can't be used.
  • Loading branch information
bjoernricks committed Jun 4, 2024
1 parent 251e3b7 commit c018bef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/web/components/menu/menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ const Menu = () => {
icon: () => {},
label: _('Asset'),
to: '/asset-management',
isExternal: true,
},
].filter(Boolean),
];
Expand Down

0 comments on commit c018bef

Please sign in to comment.