Fix toast notification timeout and update loading screen logo
cgen-8adb541332d94d20945de529aaca3318
This commit is contained in:
parent
9a7735864e
commit
8a1c03700a
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import * as React from "react";
|
|||
import type { ToastActionElement, ToastProps } from "@/components/ui/toast";
|
||||
|
||||
const TOAST_LIMIT = 1;
|
||||
const TOAST_REMOVE_DELAY = 1000000;
|
||||
const TOAST_REMOVE_DELAY = 1000;
|
||||
|
||||
type ToasterToast = ToastProps & {
|
||||
id: string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue