From 4bf97ad57acdf042faec1aa5d3e4e353e5e65b59 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:07:53 +0530 Subject: [PATCH] fix: preview build error (#1942) --- web/ee/components/epics/epic-modal/form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ee/components/epics/epic-modal/form.tsx b/web/ee/components/epics/epic-modal/form.tsx index fe00a9422b..91000f2f7b 100644 --- a/web/ee/components/epics/epic-modal/form.tsx +++ b/web/ee/components/epics/epic-modal/form.tsx @@ -21,7 +21,7 @@ import { CreateLabelModal } from "@/components/labels"; import { ETabIndices } from "@/constants/tab-indices"; // helpers import { cn } from "@/helpers/common.helper"; -import { getChangedIssuefields } from "@/helpers/issue.helper"; +import { getChangedIssuefields } from "@/helpers/issue-modal.helper"; import { getTabIndex } from "@/helpers/tab-indices.helper"; // hooks import { useIssueModal } from "@/hooks/context/use-issue-modal";