Skip to content

Commit

Permalink
TED-82 disable if no active domains
Browse files Browse the repository at this point in the history
  • Loading branch information
ynnelson committed Jan 3, 2023
1 parent 45feddf commit 6f693b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ const DomainManagement = (props: Props) => {
onClick={() => openModalRoute('mailboxRegistration')}
variant="secondary"
className="pt-2 pb-2 text-sm font-medium"
// disabled={domains.allIds.some(dm => !domains.byId[dm].active)}
disabled={domains.allIds.some(dm => !domains.byId[dm].active)}
>
Add Mailbox
</Button>
Expand Down

0 comments on commit 6f693b4

Please sign in to comment.