Skip to content

Commit

Permalink
cleaning up the interactions between the various ... interactions
Browse files Browse the repository at this point in the history
  • Loading branch information
ichub committed Aug 9, 2024
1 parent 93c738f commit 39ea280
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function ZmailSidebar(): ReactNode {
id: folderNameToFilterId(f)
});
}
ctx.update({ filters });
ctx.update({ filters, viewingPCDID: undefined });
}}
className={cn(
"bg-[#206b5e] border-2 box-border border-[#206b5e] hover:bg-[#1b8473] active:bg-[#239b87]",
Expand Down

0 comments on commit 39ea280

Please sign in to comment.