Skip to content

Commit

Permalink
persist selected filter checks and counts
Browse files Browse the repository at this point in the history
MahtabBukhari committed Dec 31, 2024
1 parent fa77508 commit 5bcf7ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/bountyCard.ts
Original file line number Diff line number Diff line change
@@ -25,6 +25,7 @@ export class BountyCardStore {
this.currentWorkspaceId = workspaceId;
makeAutoObservable(this);
this.loadWorkspaceBounties();
this.restoreFilterState();
}

private constructQueryParams(): string {

0 comments on commit 5bcf7ca

Please sign in to comment.