chore: intake issue back date snooze disabled (#5888)
This commit is contained in:
parent
4b815f3769
commit
074ad6d1a4
1 changed files with 5 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue