chore: enable ai experiments by default in settings (#4223)
This commit is contained in:
parent
a9fc7e6a62
commit
adb7782b58
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue