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