diff --git a/apps/mobile/src/utils/utils.js b/apps/mobile/src/utils/utils.js index b9ca867a0..71e12bef8 100755 --- a/apps/mobile/src/utils/utils.js +++ b/apps/mobile/src/utils/utils.js @@ -82,7 +82,7 @@ export const ToastEvent = { message, type = "error", context = 'global', - duration = 6000, + duration = 3000, func = null, actionText = '', ) => { @@ -99,7 +99,7 @@ export const ToastEvent = { message, type = "error", context = 'global', - duration = 6000, + duration = 3000, func = null, actionText = '', ) => {