From 41308b8a2788df7ed6225414c163f8611c7e8f69 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 16 九月 2022 10:25:32 +0800 Subject: [PATCH] Merge branch 'develop' --- src/menu/components/chart/antv-bar/index.jsx | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/menu/components/chart/antv-bar/index.jsx b/src/menu/components/chart/antv-bar/index.jsx index 90c340e..acd5cc0 100644 --- a/src/menu/components/chart/antv-bar/index.jsx +++ b/src/menu/components/chart/antv-bar/index.jsx @@ -1402,7 +1402,6 @@ <NormalHeader config={card} updateComponent={this.updateComponent}/> <div className="canvas" id={card.uuid + 'canvas'} ref={ref => this.wrap = ref}></div> {appType !== 'mob' ? <ActionComponent - type="chart" config={card} updateaction={this.updateComponent} /> : null} -- Gitblit v1.8.0