changed toast timer, redirect behavior in disptach, VehicleNames
This commit is contained in:
@@ -63,7 +63,7 @@ export function QueryProvider({ children }: { children: ReactNode }) {
|
||||
toast.custom(
|
||||
(t) => <HPGnotificationToast event={notification} mapStore={mapStore} t={t} />,
|
||||
{
|
||||
duration: 99999,
|
||||
duration: 15000,
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user