diff --git a/web/helpers/atoms/Setting.atom.ts b/web/helpers/atoms/Setting.atom.ts index 3568d87d0a..bd398f1e78 100644 --- a/web/helpers/atoms/Setting.atom.ts +++ b/web/helpers/atoms/Setting.atom.ts @@ -47,7 +47,7 @@ export const spellCheckAtom = atomWithStorage( ) export const productAnalyticAtom = atomWithStorage( PRODUCT_ANALYTIC, - false, + true, undefined, { getOnInit: true } )