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 2bbe175 commit 5ae19a4Copy full SHA for 5ae19a4
ui/src/utils/message.ts
@@ -5,7 +5,7 @@ export const MsgSuccess = (message: string) => {
5
message: message,
6
type: 'success',
7
showClose: true,
8
- duration: 1500
+ duration: 3000
9
})
10
}
11
@@ -14,7 +14,7 @@ export const MsgInfo = (message: string) => {
14
15
type: 'info',
16
17
18
19
20
@@ -23,7 +23,7 @@ export const MsgWarning = (message: string) => {
23
24
type: 'warning',
25
26
27
28
29
@@ -32,7 +32,7 @@ export const MsgError = (message: string) => {
32
33
type: 'error',
34
35
36
37
38
0 commit comments