Skip to content

Commit

Permalink
added event key on nav link of integration
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaib-aot committed Feb 6, 2024
1 parent 867160e commit 02cc3ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forms-flow-nav/src/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ const NavBar = React.memo(({ props }) => {
{getUserRolePermission(userRoles, STAFF_DESIGNER)
? integrationEnabled && (
<Nav.Link
eventKey="integration"
as={Link}
to={`${baseUrl}integration/recipes`}
className={`nav-menu-item py-md-3 px-0 mx-2 ${
Expand Down

0 comments on commit 02cc3ab

Please sign in to comment.