fix: enable default opt-in analytic (#4387)
This commit is contained in:
parent
5127df4e6d
commit
33bb35cb99
@ -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 }
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user