From 7999fb3c6f7b44cd3d633639e3f7618b889ee92b Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia Date: Tue, 22 Oct 2024 14:47:10 +0530 Subject: [PATCH] chore: intake issue back date snooze disabled --- .../components/inbox/modals/snooze-issue-modal.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/core/components/inbox/modals/snooze-issue-modal.tsx b/web/core/components/inbox/modals/snooze-issue-modal.tsx index edcaa419089..02134d56635 100644 --- a/web/core/components/inbox/modals/snooze-issue-modal.tsx +++ b/web/core/components/inbox/modals/snooze-issue-modal.tsx @@ -54,11 +54,11 @@ export const InboxIssueSnoozeModal: FC = (props) => }} mode="single" className="rounded-md border border-custom-border-200 p-3" - // disabled={[ - // { - // before: tomorrow, - // }, - // ]} + disabled={[ + { + before: new Date(), + }, + ]} />