[WEB-1624] chore: add un-snooze option and minor fixes in inbox issue (#4854)

* [WEB-1624] chore: add option to un-snooze inbox issue.

* [WEB-1605] fix: inbox issues snooze till date consistency.

* chore: update snooze/ un-snooze logic for issues for which snoozed till date is passed.
This commit is contained in:
Prateek Shourya 2024-06-18 19:59:28 +05:30 committed by GitHub
parent 135024a940
commit 8155d9a3ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 33 additions and 15 deletions

View file

@ -81,7 +81,7 @@ export type TInboxDuplicateIssueDetails = {
export type TInboxIssue = {
id: string;
status: TInboxIssueStatus;
snoozed_till: Date | undefined;
snoozed_till: Date | null;
duplicate_to: string | undefined;
source: string;
issue: TIssue;