We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d32923 commit 1576443Copy full SHA for 1576443
src/features/chat/services/contextService.ts
@@ -97,7 +97,7 @@ export function useCurrentContext(): ChatContext {
97
const baseContext: ChatContext = {
98
currentPage: page || 'unknown',
99
currentPath: location.pathname,
100
- clusterName: clusterTitle || (query.clusterName as string),
+ clusterName: (query.clusterName as string) || clusterTitle,
101
};
102
103
const pageSpecificContext = extractPageSpecificContext(
0 commit comments