Skip to content

Commit 80b83d4

Browse files
committed
feat(custom-chart-web): add icons, clean log
1 parent 881f7ff commit 80b83d4

File tree

3 files changed

+0
-1
lines changed

3 files changed

+0
-1
lines changed

packages/pluggableWidgets/custom-chart-web/src/CustomChart.editorPreview.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export function preview(props: CustomChartPreviewProps): ReactElement {
5555
heightUnit: props.heightUnit,
5656
height: props.height || 75
5757
};
58-
console.log(containerProps);
5958

6059
return <CustomChart {...containerProps} />;
6160
}
Loading
Loading

0 commit comments

Comments
 (0)