fix: notifications option in the sidebar menu not collapsing (#2662)

This commit is contained in:
Aaryan Khandelwal 2023-11-06 14:53:26 +05:30 committed by GitHub
parent 0c8a867565
commit a03e0c788f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 17 deletions

View file

@ -17,6 +17,7 @@ import {
export interface IIssueFilterStore {
loader: boolean;
error: any | null;
// TODO: store filters and properties separately for each project
userDisplayProperties: IIssueDisplayProperties;
userDisplayFilters: IIssueDisplayFilterOptions;
userFilters: IIssueFilterOptions;