Skip to content

Commit 2c09162

Browse files
authored
fix(module:notification): nzMaxStack initial value error (#8451)
1 parent a4ec21a commit 2c09162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/notification/notification-container.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const NZ_NOTIFICATION_DEFAULT_CONFIG: Required<NotificationConfig> = {
2222
nzBottom: '24px',
2323
nzPlacement: 'topRight',
2424
nzDuration: 4500,
25-
nzMaxStack: 7,
25+
nzMaxStack: 8,
2626
nzPauseOnHover: true,
2727
nzAnimate: true,
2828
nzDirection: 'ltr'

0 commit comments

Comments
 (0)