diff --git a/packages/react/src/modules/guide/components/Toolbar/V2/GuideRow.tsx b/packages/react/src/modules/guide/components/Toolbar/V2/GuideRow.tsx index 0e72f2f03..2222f3122 100644 --- a/packages/react/src/modules/guide/components/Toolbar/V2/GuideRow.tsx +++ b/packages/react/src/modules/guide/components/Toolbar/V2/GuideRow.tsx @@ -13,6 +13,7 @@ import { GuideAnnotatedStatusDot as StatusDot, } from "./GuideAnnotatedStatusDot"; import { GuideRowDetails } from "./GuideRowDetails"; +import { ERROR_MESSAGE } from "./helpers"; import { AnnotatedGuide, AnnotatedStatuses, @@ -354,12 +355,15 @@ export const GuideRow = ({ guide, orderIndex, isExpanded, onClick }: Props) => {