Skip to content

Commit

Permalink
[ACS-8694] Fixed build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil-verma-gl committed Nov 6, 2024
1 parent dab8da7 commit 4ea6dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/aca-shared/rules/src/app.rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -493,4 +493,4 @@ export const canDisplayKnowledgeRetrievalButton = (context: AcaRuleContext): boo
navigation.isSharedFiles(context) ||
navigation.isRecentFiles(context) ||
navigation.isFavorites(context) ||
((navigation.isSearchResults(context) || navigation.isLibraryContent(context)) && navigation.isNotLibraries(context)));
((navigation.isSearchResults(context) || navigation.isLibraryContent(context)) && !navigation.isLibraries(context)));

0 comments on commit 4ea6dfb

Please sign in to comment.