From ca788834ea15d6dd43bf0923757ca1d46d00ebc4 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 12 七月 2021 23:17:26 +0800 Subject: [PATCH] 2021-07-12 --- src/menu/components/card/data-card/wrapsetting/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/menu/components/card/data-card/wrapsetting/index.jsx b/src/menu/components/card/data-card/wrapsetting/index.jsx index 81346a6..8877617 100644 --- a/src/menu/components/card/data-card/wrapsetting/index.jsx +++ b/src/menu/components/card/data-card/wrapsetting/index.jsx @@ -8,7 +8,7 @@ import SettingForm from './settingform' import './index.scss' -class DataSource extends Component { +class CardWrapSetting extends Component { static propTpyes = { config: PropTypes.any, updateConfig: PropTypes.func @@ -80,4 +80,4 @@ } } -export default DataSource \ No newline at end of file +export default CardWrapSetting \ No newline at end of file -- Gitblit v1.8.0