diff options
Diffstat (limited to 'src/components/Toast/const.ts')
-rw-r--r-- | src/components/Toast/const.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Toast/const.ts b/src/components/Toast/const.ts index 034d0a2fc..d63832bdd 100644 --- a/src/components/Toast/const.ts +++ b/src/components/Toast/const.ts @@ -1 +1 @@ -export const DEFAULT_TOAST_DURATION = 3000 +export const DURATION = 3e3 |