Skip to content

Commit

Permalink
feat: Updated convertPheno_client/src/code/views/c
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Dec 8, 2023
1 parent cd2e1c9 commit 0cb2675
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
License: GPL-3.0 license
*/

import { useQuery } from "@tanstack/react-query";
import { useQuery } from "react-query";
import apiRequest from "../../../ApiRequest";

export default function useFinishedJobs(props) {
Expand All @@ -34,6 +34,8 @@ export default function useFinishedJobs(props) {
cacheTime: 200,
staleTime: 300_000,
onSuccess: (data) => {},
refetchOnWindowFocus: false,
refetchOnReconnect: false
}
);
}

0 comments on commit 0cb2675

Please sign in to comment.