From 6cc967a43bc1f9e780b56fd7a3d8c173789ba7bc Mon Sep 17 00:00:00 2001 From: CCTVcalc Date: Sat, 2 Aug 2025 21:26:35 +0300 Subject: [PATCH] test --- src/composables/useNotify.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/composables/useNotify.ts b/src/composables/useNotify.ts index 5be6c45..7566268 100644 --- a/src/composables/useNotify.ts +++ b/src/composables/useNotify.ts @@ -13,7 +13,7 @@ export function useNotify() { message: `${t(error.message)} (${t('code')}: ${error.code})`, type: 'negative', position: 'bottom', - timeout: 2000, + timeout: 1000, multiLine: true }) }