From 2e911b135aed1d97235fcf3d795fc9f17a67e342 Mon Sep 17 00:00:00 2001 From: shahargl Date: Mon, 30 Sep 2024 16:25:28 +0300 Subject: [PATCH] feat: build --- keep-ui/app/incidents/incident-pagination.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keep-ui/app/incidents/incident-pagination.tsx b/keep-ui/app/incidents/incident-pagination.tsx index 2519ff43d..bf60470ed 100644 --- a/keep-ui/app/incidents/incident-pagination.tsx +++ b/keep-ui/app/incidents/incident-pagination.tsx @@ -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 | Table | Table; + table: Table | Table | Table; isRefreshAllowed: boolean; }