make toast shorter (#4821)
This commit is contained in:
parent
efde018b13
commit
bfb7f6efef
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import {atoms as a, useTheme} from '#/alf'
|
||||||
import {Text} from '#/components/Typography'
|
import {Text} from '#/components/Typography'
|
||||||
import {IS_TEST} from '#/env'
|
import {IS_TEST} from '#/env'
|
||||||
|
|
||||||
const TIMEOUT = 3.7e3
|
const TIMEOUT = 2e3
|
||||||
|
|
||||||
export function show(
|
export function show(
|
||||||
message: string,
|
message: string,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue