Skip to content

Commit

Permalink
Fix abnormal cancel problem
Browse files Browse the repository at this point in the history
Signed-off-by: popcorny <celu@infuseai.io>
  • Loading branch information
popcornylu committed Sep 25, 2024
1 parent 8d94e63 commit 9bcd0b0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions js/src/components/lineage/LineageView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ import { cacheKeys } from "@/lib/api/cacheKeys";
import { select } from "@/lib/api/select";
import { useLocation } from "wouter";
import { AxiosError } from "axios";
import { useRecceActionContext } from "@/lib/hooks/RecceActionContext";
import { cancelRun, waitRun } from "@/lib/api/runs";
import { createCheckByRun } from "@/lib/api/checks";
import { useQueryClient } from "@tanstack/react-query";
import { Run } from "@/lib/api/types";
import { RunResultPane } from "../run/RunResultPane";

export interface LineageViewProps {
viewOptions?: LineageDiffViewOptions;
Expand Down

0 comments on commit 9bcd0b0

Please sign in to comment.