fix: enable default opt-in analytic (#4387)

This commit is contained in:
Faisal Amir 2025-01-02 15:16:34 +07:00 committed by GitHub
parent 5127df4e6d
commit 33bb35cb99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,7 @@ export const spellCheckAtom = atomWithStorage<boolean>(
) )
export const productAnalyticAtom = atomWithStorage<boolean>( export const productAnalyticAtom = atomWithStorage<boolean>(
PRODUCT_ANALYTIC, PRODUCT_ANALYTIC,
false, true,
undefined, undefined,
{ getOnInit: true } { getOnInit: true }
) )