Skip to content

Commit 4de4c2a

Browse files
corpsmarkstory
andauthored
Update static/app/views/settings/account/notifications/notificationSettingsByProjects.tsx
Co-authored-by: Mark Story <[email protected]>
1 parent 1aba6cc commit 4de4c2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

static/app/views/settings/account/notifications/notificationSettingsByProjects.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,8 @@ class NotificationSettingsByProjects extends DeprecatedAsyncComponent<Props, Sta
9595

9696
handleOrgChange = (option: {label: string; value: string}) => {
9797
// handleOrgChange(option: {label: string; value: string}) {
98-
const self = this;
9998
this.props.handleOrgChange(option);
100-
setTimeout(() => self.reloadData(), 0);
99+
setTimeout(() => this.reloadData(), 0);
101100
};
102101

103102
renderBody() {

0 commit comments

Comments
 (0)