[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:
parent
135024a940
commit
8155d9a3ce
4 changed files with 33 additions and 15 deletions
2
packages/types/src/inbox.d.ts
vendored
2
packages/types/src/inbox.d.ts
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue