modificar el timeout de les notificacions

This commit is contained in:
Jaume Solís 2024-04-19 18:57:56 +02:00
parent eab6570199
commit 7f74ea2ac1
1 changed files with 1 additions and 1 deletions

View File

@ -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({