mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 22:09:12 +02:00
fix: preview build error (#1942)
This commit is contained in:
committed by
GitHub
parent
c88df18047
commit
4bf97ad57a
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user