Skip to content

Commit 42707a8

Browse files
committed
docs(notification-queue): use a non-default value for maxNotifications
1 parent ccb802f commit 42707a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/pages/framed/NotificationQueue/NotificationQueueMax.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
let count = 0;
66
</script>
77

8-
<NotificationQueue bind:this={queue} maxNotifications={3} />
8+
<NotificationQueue bind:this={queue} maxNotifications={5} />
99

1010
<Button
1111
on:click={() => {

0 commit comments

Comments
 (0)