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"
|
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue