Skip to content

Commit b43c5cb

Browse files
authored
Fixed: custom HTML widget not rendering on published portals (#2370)
1 parent dff7932 commit b43c5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/custom-html/customHtml.publish.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { IInjectorModule, IInjector } from "@paperbits/common/injection";
22
import { CustomHtmlViewModel } from "./ko/customHtmlViewModel";
33
import { CustomHtmlModelBinder } from "./customHtmlModelBinder";
44
import { CustomHtmlViewModelBinder } from "./ko/customHtmlViewModelBinder";
5-
import { widgetName } from "../custom-widget";
5+
import { widgetName } from "./constants";
66
import { IWidgetService } from "@paperbits/common/widgets";
77
import { CustomHtmlModel } from "./customHtmlModel";
88
import { KnockoutComponentBinder } from "@paperbits/core/ko";

0 commit comments

Comments
 (0)