Skip to content

Commit

Permalink
fix: enable default opt-in analytic (#4387)
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur authored Jan 2, 2025
1 parent 5127df4 commit 33bb35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/helpers/atoms/Setting.atom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const spellCheckAtom = atomWithStorage<boolean>(
)
export const productAnalyticAtom = atomWithStorage<boolean>(
PRODUCT_ANALYTIC,
false,
true,
undefined,
{ getOnInit: true }
)
Expand Down

0 comments on commit 33bb35c

Please sign in to comment.