From 8d53d6c30075478c796285405ec2f1eb4108bd61 Mon Sep 17 00:00:00 2001 From: FalkWolsky Date: Sun, 8 Oct 2023 22:48:46 +0200 Subject: [PATCH] enhance Timeline Component --- .../src/comps/comps/timelineComp/timelineComp.tsx | 6 +++--- .../src/comps/comps/timelineComp/timelineConstants.tsx | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/packages/lowcoder/src/comps/comps/timelineComp/timelineComp.tsx b/client/packages/lowcoder/src/comps/comps/timelineComp/timelineComp.tsx index d7267f12b..f00836c6f 100644 --- a/client/packages/lowcoder/src/comps/comps/timelineComp/timelineComp.tsx +++ b/client/packages/lowcoder/src/comps/comps/timelineComp/timelineComp.tsx @@ -59,7 +59,8 @@ import { import { timelineDate, timelineNode, TimelineDataTooltip } from "./timelineConstants"; import { convertTimeLineData } from "./timelineUtils"; import { Timeline } from "antd"; -import { ANTDICON } from "./antIcon"; + +import { ANTDICON } from "./antIcon"; // todo: select icons to not import all icons const EventOptions = [ clickEvent, @@ -129,14 +130,13 @@ const TimelineComp = (