From af89cc791fc928578740a62917e9ee32a8a23d6b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 17 五月 2022 23:24:23 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/components/normalform/modalform/mkCheckbox/index.jsx | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/components/normalform/modalform/mkCheckbox/index.jsx b/src/components/normalform/modalform/mkCheckbox/index.jsx index 934eece..e8d95c8 100644 --- a/src/components/normalform/modalform/mkCheckbox/index.jsx +++ b/src/components/normalform/modalform/mkCheckbox/index.jsx @@ -3,8 +3,6 @@ import { is, fromJS } from 'immutable' import { Checkbox } from 'antd' -import './index.scss' - class MKCheckbox extends Component { static propTpyes = { config: PropTypes.object, -- Gitblit v1.8.0