mirror of
https://github.com/tutao/tutanota.git
synced 2025-10-19 07:53:47 +00:00
fix tests part 2
This commit is contained in:
parent
d4de59d7ce
commit
9cbeba2b39
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ import { ToggleButton } from "../../gui/base/buttons/ToggleButton.js"
|
|||
import { isApp, isDesktop } from "../../api/common/Env.js"
|
||||
import { LoginButton } from "../../gui/base/buttons/LoginButton.js"
|
||||
import { lang } from "../../misc/LanguageViewModel.js"
|
||||
import { ProcessingState } from "../../api/common/TutanotaConstants"
|
||||
|
||||
export const BUTTON_WIDTH = 270
|
||||
|
||||
|
@ -94,7 +95,7 @@ export class CustomColorEditorPreview implements Component {
|
|||
phishingStatus: "0",
|
||||
recipientCount: "0",
|
||||
sets: [],
|
||||
isInboxRuleApplied: false,
|
||||
processingState: ProcessingState.INBOX_RULE_NOT_PROCESSED,
|
||||
clientSpamClassifierResult: null,
|
||||
} satisfies Partial<Mail>
|
||||
const mail = createMail({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue