chore: enable ai experiments by default in settings (#4223)

This commit is contained in:
Akash K
2024-07-30 18:32:32 +05:30
committed by GitHub
parent a9fc7e6a62
commit adb7782b58

View File

@@ -114,7 +114,7 @@ export const getDefaultSettings = (): SettingsDef => ({
COLUMN_LAYOUT: true,
HAS_OPENED_SPOTLIGHT: false,
ENABLE_AI_EXPERIMENTS: false,
ENABLE_AI_EXPERIMENTS: true,
})
type ApplySettingPayload = {