Skip to content

Commit

Permalink
fix(hycu): fix searchbar for hycu product
Browse files Browse the repository at this point in the history
ref: MANAGER-15558

Signed-off-by: Thibault Barske <[email protected]>
  • Loading branch information
tibs245 committed Oct 14, 2024
1 parent 7ed92da commit afd255d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ export default function HostedPrivateCloudSidebar() {
icon: <img className="mb-1 mr-1 w-6 aspect-square" alt="" src={infinityCLoud} />,
pathMatcher: new RegExp('^/hycu'),
badge: 'new',
ignoreSearch: true,
subItems: [
(feature['hycu']) && {
id: 'hpc-hycu',
Expand Down

0 comments on commit afd255d

Please sign in to comment.