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 0518349 commit be20bc1Copy full SHA for be20bc1
packages/compass-collection/src/components/mock-data-generator-modal/raw-schema-confirmation-screen.tsx
@@ -49,7 +49,9 @@ const RawSchemaConfirmationScreen = ({
49
namespace,
50
fakerSchemaGenerationStatus,
51
}: RawSchemaConfirmationScreenProps) => {
52
- const enableSampleDocumentPassing = true;
+ const enableSampleDocumentPassing = usePreference(
53
+ 'enableGenAISampleDocumentPassing'
54
+ );
55
56
const subtitleText = enableSampleDocumentPassing
57
? 'Sample Documents Collected'
0 commit comments