We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a465780 commit bbc18c0Copy full SHA for bbc18c0
packages/app/src/app/overmind/onInitialize.ts
@@ -115,7 +115,7 @@ export const onInitialize: OnInitialize = async (
115
'Hello, our privacy policy has been updated recently. What’s new? CodeSandbox emails. Please read and reach out.',
116
title: 'Updated Privacy',
117
status: NotificationStatus.NOTICE,
118
- timeAlive: 20000,
+ sticky: true,
119
actions: {
120
primary: [
121
{
0 commit comments