We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f9c15 commit 533ce33Copy full SHA for 533ce33
src/sentry/users/api/serializers/user.py
@@ -65,7 +65,7 @@ class _UserOptions(TypedDict):
65
defaultIssueEvent: str
66
timezone: str
67
clock24Hours: bool
68
- prefersIssueDetailsStreamlinedUI: bool
+ prefersIssueDetailsStreamlinedUI: bool | None
69
prefersSpecializedProjectOverview: dict[str, bool]
70
prefersStackedNavigation: bool
71
quickStartDisplay: dict[str, int]
0 commit comments