Simulator nicht verbunden warnung
This commit is contained in:
@@ -41,7 +41,7 @@ export const MissionForm = () => {
|
||||
|
||||
const { data: aircrafts } = useQuery({
|
||||
queryKey: ["aircrafts"],
|
||||
queryFn: getConnectedAircraftsAPI,
|
||||
queryFn: () => getConnectedAircraftsAPI(),
|
||||
refetchInterval: 10000,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user