From 074ad6d1a411c5c3d94572b24a4f6ca17be1c558 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:35:57 +0530 Subject: [PATCH] chore: intake issue back date snooze disabled (#5888) --- .../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 edcaa4190..02134d566 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(), + }, + ]} />