mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-24 16:08:41 +00:00
Initial commit
This commit is contained in:
6
web/src/constants/toast.constants.js
Normal file
6
web/src/constants/toast.constants.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export const toastConstants = {
|
||||
SUCCESS_TIMEOUT: 500,
|
||||
INFO_TIMEOUT: 3000,
|
||||
ERROR_TIMEOUT: 5000,
|
||||
NOTICE_TIMEOUT: 20000
|
||||
};
|
||||
Reference in New Issue
Block a user