ai-gateway/web/default/src/constants/toast.constants.js

8 lines
155 B
JavaScript
Raw Normal View History

2023-04-22 12:39:27 +00:00
export const toastConstants = {
2023-07-29 11:32:06 +00:00
SUCCESS_TIMEOUT: 1500,
2023-04-22 12:39:27 +00:00
INFO_TIMEOUT: 3000,
ERROR_TIMEOUT: 5000,
WARNING_TIMEOUT: 10000,
2023-04-22 12:39:27 +00:00
NOTICE_TIMEOUT: 20000
};