From 7f74ea2ac16b03074618b0f2605ff4fd27193bfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaume=20Sol=C3=ADs?= Date: Fri, 19 Apr 2024 18:57:56 +0200 Subject: [PATCH] modificar el timeout de les notificacions --- src/functions/quasarNotify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions/quasarNotify.js b/src/functions/quasarNotify.js index 39fecef..049c25e 100644 --- a/src/functions/quasarNotify.js +++ b/src/functions/quasarNotify.js @@ -1,6 +1,6 @@ import { Notify } from "quasar"; -export function quasarNotify({ message = "", type, timeout = 1000 }) { +export function quasarNotify({ message = "", type, timeout = 3000 }) { const obj = { success: () => Notify.create({