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 c63409d commit 7dc5448Copy full SHA for 7dc5448
packages/compass-assistant/src/compass-assistant-provider.tsx
@@ -147,9 +147,7 @@ export function useAssistantActions(): AssistantActionsType {
147
return {
148
interpretExplainPlan,
149
interpretConnectionError,
150
- tellMoreAboutInsight: isPerformanceInsightEntrypointsEnabled
151
- ? tellMoreAboutInsight
152
- : undefined,
+ tellMoreAboutInsight,
153
getIsAssistantEnabled: () => true,
154
};
155
}
0 commit comments