mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
This reverts commit 4d4271522078d0b0a69d58b81315e32b2b37dcaa, reversing changes made to f09ab8889148c406551dea1643966e3331fde4aa.
7 lines
172 B
JavaScript
7 lines
172 B
JavaScript
///: BEGIN:ONLY_INCLUDE_IN(flask)
|
|
|
|
// The time after which a notification should be deleted.
|
|
export const NOTIFICATIONS_EXPIRATION_DELAY = 10000;
|
|
|
|
///: END:ONLY_INCLUDE_IN
|