You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* In notification mode, if the number entered as label is greater that this notification limit, +99 will be shown. If not, the entered text will be shown as label.
14
14
*/
15
-
notificationLimit?: number;
15
+
notificationLimit?: never;
16
16
/**
17
17
* Affects the visual style of the badge. It can be used following semantic purposes or not.
* In notification mode, if the number entered as label is greater that this notification limit, +99 will be shown. If not, the entered text will be shown as label.
33
33
*/
34
-
notificationLimit?: never;
34
+
notificationLimit?: number;
35
35
/**
36
36
* Affects the visual style of the badge. It can be used following semantic purposes or not.
0 commit comments