mirror of
https://github.com/tutao/tutanota.git
synced 2025-10-19 07:53:47 +00:00
Lazy load inboxRuleHandel to prevent null mailModel
Close #9094 Co-authored-by: ivk <ivk@tutao.de>
This commit is contained in:
parent
a76562e5b8
commit
900bd4c16f
3 changed files with 10 additions and 9 deletions
|
@ -53,7 +53,7 @@ o.spec("MailModelTest", function () {
|
|||
logins,
|
||||
mailFacade,
|
||||
null,
|
||||
null,
|
||||
() => null,
|
||||
)
|
||||
// not pretty, but works
|
||||
// model.mailboxDetails(mailboxDetails as MailboxDetail[])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue