Domain Create Modal anpassen Fehler auf Null
parent
1ab29b5057
commit
b85a01415c
|
|
@ -261,7 +261,7 @@ class DomainCreateModal extends ModalComponent
|
|||
'max_mailboxes' => $this->max_mailboxes,
|
||||
|
||||
'default_quota_mb' => $this->default_quota_mb,
|
||||
'max_quota_per_mailbox_mb' => $this->max_quota_per_mailbox_mb,
|
||||
'max_quota_per_mailbox_mb' => $this->max_quota_per_mailbox_mb ?? 0,
|
||||
'total_quota_mb' => $this->total_quota_mb,
|
||||
|
||||
'rate_limit_per_hour' => $this->rate_limit_per_hour,
|
||||
|
|
|
|||
Loading…
Reference in New Issue