Skip to content

Commit 39f7e70

Browse files
author
Hadas Farhi
authored
fix bug (mondaycom#388)
1 parent 271b6d6 commit 39f7e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/published-components.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const publishedComponents = {
1515
VirtualizedList: "/src/components/VirtualizedList/VirtualizedList.jsx",
1616
ColorPicker: "/src/components/ColorPicker/ColorPicker.jsx",
1717
ColorPickerContent: "/src/components/ColorPicker/components/ColorPickerContent/ColorPickerContentComponent.jsx",
18-
ColorUtils: "src/utils/colors-utils.js",
18+
ColorUtils: "/src/utils/colors-utils.js",
1919
Tipseen: "/src/components/Tipseen/Tipseen.jsx",
2020
TipseenContent: "/src/components/Tipseen/TipseenContent.jsx",
2121
TipseenWizard: "/src/components/Tipseen/TipseenWizard.jsx",

0 commit comments

Comments
 (0)