Skip to content

Commit

Permalink
Tune behavior: disable "restricted poll, have access" indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
csillag committed Sep 19, 2024
1 parent 171e753 commit 00f86f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/constants/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export const dashboard = {
export const designDecisions = {
hideGaslessIndicator: true,
hideOpenPollIndicator: true,
hideRestrictedPollHaveAccessIndicator: false,
hideRestrictedPollHaveAccessIndicator: true,
hideMyPollIndicator: true,
showInaccessiblePollCheckbox: true,
hideDisabledSelectOptions: true,
Expand Down

0 comments on commit 00f86f6

Please sign in to comment.