add status 9, statusToast bugfix
This commit is contained in:
@@ -49,7 +49,6 @@ export function QueryProvider({ children }: { children: ReactNode }) {
|
||||
};
|
||||
|
||||
const invalidateConenctedAircrafts = () => {
|
||||
console.log("invalidateConenctedAircrafts");
|
||||
queryClient.invalidateQueries({
|
||||
queryKey: ["aircrafts"],
|
||||
});
|
||||
@@ -61,7 +60,6 @@ export function QueryProvider({ children }: { children: ReactNode }) {
|
||||
const handleNotification = (notification: NotificationPayload) => {
|
||||
switch (notification.type) {
|
||||
case "hpg-validation":
|
||||
console.log("hpg-validation notification received", notification);
|
||||
toast.custom(
|
||||
(t) => <HPGnotificationToast event={notification} mapStore={mapStore} t={t} />,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user