test
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-08-02 21:26:35 +03:00
parent 09feab1c42
commit 6cc967a43b

View File

@@ -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
})
}