Page MenuHomePhabricator

D6972.id24784.diff
No OneTemporary

D6972.id24784.diff

diff --git a/web/sidebar/community-picker.react.js b/web/sidebar/community-picker.react.js
--- a/web/sidebar/community-picker.react.js
+++ b/web/sidebar/community-picker.react.js
@@ -11,6 +11,7 @@
import {
clearCalendarCommunityFilter,
updateNavInfoActionType,
+ clearChatCommunityFilter,
} from '../redux/action-types.js';
import { useSelector } from '../redux/redux-utils.js';
@@ -41,6 +42,9 @@
type: updateNavInfoActionType,
payload: { tab: 'chat' },
});
+ dispatch({
+ type: clearChatCommunityFilter,
+ });
}
},
[dispatch, isCalendarOpen],

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 26, 6:14 PM (20 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2585717
Default Alt Text
D6972.id24784.diff (628 B)

Event Timeline