Skip to content

Commit bbc18c0

Browse files
committed
Make notification sticky
1 parent a465780 commit bbc18c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/app/overmind/onInitialize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export const onInitialize: OnInitialize = async (
115115
'Hello, our privacy policy has been updated recently. What’s new? CodeSandbox emails. Please read and reach out.',
116116
title: 'Updated Privacy',
117117
status: NotificationStatus.NOTICE,
118-
timeAlive: 20000,
118+
sticky: true,
119119
actions: {
120120
primary: [
121121
{

0 commit comments

Comments
 (0)