Commit 0a5a5f8
fix(notifications): Handle null provider in organization integrations filter
The organization integrations filter crashes when an entry has a null
provider, causing the notification settings page to error. Add optional
chaining to match the pattern already used for identity filtering.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 4dda701 commit 0a5a5f8
File tree
1 file changed
+1
-1
lines changed- static/app/views/settings/account/notifications
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments