We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c66ad85 commit bd9ea2dCopy full SHA for bd9ea2d
1 file changed
packages/ui/src/lib/notifications.tsx
@@ -68,7 +68,7 @@ type ToastHistoryCallback = (items: IToastHistoryItem[]) => void;
68
// ==================== Toast History Store ====================
69
70
/** 最大歷史記錄數量 / Maximum history records */
71
-const MAX_HISTORY_ITEMS = 100;
+const MAX_HISTORY_ITEMS = 50;
72
73
/** 歷史記錄(模組級別私有狀態)/ History records (module-level private state) */
74
let _historyItems: IToastHistoryItem[] = [];
0 commit comments