Timer für StatusToast
This commit is contained in:
@@ -78,7 +78,7 @@ export function QueryProvider({ children }: { children: ReactNode }) {
|
|||||||
case "station-status":
|
case "station-status":
|
||||||
if (notification.status !== "5") return;
|
if (notification.status !== "5") return;
|
||||||
toast.custom((e) => <StatusToast event={notification} t={e} />, {
|
toast.custom((e) => <StatusToast event={notification} t={e} />, {
|
||||||
duration: 99999999 /* 30000 */,
|
duration: 60000,
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user