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 9ed5868 commit b77f798Copy full SHA for b77f798
packages/compass-generative-ai/src/components/ai-optin-modal.tsx
@@ -85,6 +85,7 @@ export const AIOptInModal: React.FunctionComponent<OptInModalProps> = ({
85
className={css({
86
zIndex: '99999',
87
})}
88
+ showBlob
89
title="Use AI Features in Data Explorer"
90
open={isOptInModalVisible}
91
onClose={handleModalClose}
0 commit comments