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 and eckartal committed Jan 7, 2025
1 parent 2bdb800 commit 5a04e9c
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 5a04e9c

Please sign in to comment.