From 79a65d690cd33a8c308250dd5ca878feab383333 Mon Sep 17 00:00:00 2001 From: PxlLoewe <72106766+PxlLoewe@users.noreply.github.com> Date: Mon, 7 Jul 2025 02:18:38 -0700 Subject: [PATCH] =?UTF-8?q?Timer=20f=C3=BCr=20StatusToast?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/dispatch/app/_components/QueryProvider.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dispatch/app/_components/QueryProvider.tsx b/apps/dispatch/app/_components/QueryProvider.tsx index cd415a27..eb39371f 100644 --- a/apps/dispatch/app/_components/QueryProvider.tsx +++ b/apps/dispatch/app/_components/QueryProvider.tsx @@ -78,7 +78,7 @@ export function QueryProvider({ children }: { children: ReactNode }) { case "station-status": if (notification.status !== "5") return; toast.custom((e) => , { - duration: 99999999 /* 30000 */, + duration: 60000, }); break; default: