develop #10

Merged
pablone merged 64 commits from develop into master 2024-04-22 11:35:55 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7f74ea2ac1 - Show all commits

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