chore: intake issue back date snooze disabled (#5888)

This commit is contained in:
Anmol Singh Bhatia 2024-10-24 14:35:57 +05:30 committed by GitHub
parent 4b815f3769
commit 074ad6d1a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,11 +54,11 @@ export const InboxIssueSnoozeModal: FC<InboxIssueSnoozeModalProps> = (props) =>
}}
mode="single"
className="rounded-md border border-custom-border-200 p-3"
// disabled={[
// {
// before: tomorrow,
// },
// ]}
disabled={[
{
before: new Date(),
},
]}
/>
<Button
variant="primary"