Skip to content

Commit

Permalink
feat: build
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Sep 30, 2024
1 parent 84f4e42 commit 2e911b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keep-ui/app/incidents/incident-pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ import {
import Select from "react-select";
import { Table } from "@tanstack/react-table";
import { IncidentDto } from "./models";
import { WorkflowDto } from "../workflows/models";
import { WorkflowExecution } from "app/workflows/builder/types";
import { AlertDto } from "../alerts/models";

interface Props {
table: Table<IncidentDto> | Table<AlertDto> | Table<WorkflowDto>;
table: Table<IncidentDto> | Table<AlertDto> | Table<WorkflowExecution>;
isRefreshAllowed: boolean;
}

Expand Down

0 comments on commit 2e911b1

Please sign in to comment.