Skip to content

Commit 073146d

Browse files
UN-3234 [FIX] Add beta tag to agentic prompt studio navigation item (#1817)
Tag was removed in PR #1768 (sidebar UX refactor). Re-adds it using the existing el.tag pattern already present in the sidebar renderer.
1 parent a00455e commit 073146d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/components/navigations/side-nav-bar/SideNavBar.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@ const SideNavBar = ({ collapsed, setCollapsed }) => {
494494
active: globalThis.location.pathname.startsWith(
495495
`/${orgName}/agentic-prompt-studio`,
496496
),
497+
tag: "BETA",
497498
});
498499
}
499500

0 commit comments

Comments
 (0)