From 7229faac6a1dd7a506ebac47ce1ed97a96799512 Mon Sep 17 00:00:00 2001 From: zsmj Date: Tue, 24 May 2022 16:55:37 +0800 Subject: [PATCH] =?UTF-8?q?DESIGN-3918=20feat:=20toast=E6=96=B0=E5=A2=9Elo?= =?UTF-8?q?ading=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/base/foundation/message.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/base/foundation/message.ts b/typescript/base/foundation/message.ts index 732375e4e..e1506c35a 100644 --- a/typescript/base/foundation/message.ts +++ b/typescript/base/foundation/message.ts @@ -1,5 +1,5 @@ type toastOptions = { - level: "success" | "warning" | "error" | "common" | "loading" + level: "success" | "warning" | "error" | "normal" | "loading" autoClose?: boolean callback?: Function }