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" mode="single"
className="rounded-md border border-custom-border-200 p-3" className="rounded-md border border-custom-border-200 p-3"
// disabled={[ disabled={[
// { {
// before: tomorrow, before: new Date(),
// }, },
// ]} ]}
/> />
<Button <Button
variant="primary" variant="primary"