Skip to content

Commit

Permalink
[E] Update highlight visibility defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
1aurend committed Dec 18, 2024
1 parent 527782e commit 0527428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/store/reducers/ui/transitory/visibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const initialState = {
loginOverlay: false,
userMenu: false,
visibilityFilters: {
highlight: { yours: true, others: true },
highlight: { yours: true, others: false },
annotation: { yours: true, others: true },
resource: { all: true },
readingGroups: { all: true }
Expand Down

0 comments on commit 0527428

Please sign in to comment.