Skip to content

Commit 20a1bf4

Browse files
authored
chore(web): do not turn ff on by default in sandbox (#6870)
1 parent e44ba75 commit 20a1bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-web/sandbox/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ const App = () => {
143143
isAtlas && !!enableGenAIFeaturesAtlasOrg,
144144
optInDataExplorerGenAIFeatures:
145145
isAtlas && !!optInDataExplorerGenAIFeatures,
146-
enableDataModeling: true,
146+
enableDataModeling: false,
147147
}}
148148
onTrack={sandboxTelemetry.track}
149149
onDebug={sandboxLogger.debug}

0 commit comments

Comments
 (0)