Skip to content

Commit

Permalink
feat: filter all use case
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
  • Loading branch information
SuZhou-Joe committed Aug 14, 2024
1 parent ddda8ca commit 9b168a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/workspace/public/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export const convertNavGroupToWorkspaceUseCase = ({
title,
description,
features: navLinks.map((item) => item.id),
systematic: type === NavGroupType.SYSTEM,
systematic: type === NavGroupType.SYSTEM || id === ALL_USE_CASE_ID,
order,
});

Expand Down

0 comments on commit 9b168a2

Please sign in to comment.