chore: enable ai experiments by default in settings (#4223)
This commit is contained in:
@@ -114,7 +114,7 @@ export const getDefaultSettings = (): SettingsDef => ({
|
|||||||
COLUMN_LAYOUT: true,
|
COLUMN_LAYOUT: true,
|
||||||
|
|
||||||
HAS_OPENED_SPOTLIGHT: false,
|
HAS_OPENED_SPOTLIGHT: false,
|
||||||
ENABLE_AI_EXPERIMENTS: false,
|
ENABLE_AI_EXPERIMENTS: true,
|
||||||
})
|
})
|
||||||
|
|
||||||
type ApplySettingPayload = {
|
type ApplySettingPayload = {
|
||||||
|
|||||||
Reference in New Issue
Block a user