Skip to content

Commit

Permalink
fix: 修改提示语句bug
Browse files Browse the repository at this point in the history
  • Loading branch information
czyzeyong committed Apr 12, 2021
1 parent b7ca268 commit 6e057a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/containers/Group/SubGroupSetting/SubGroupSetting.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class SubGroupSetting extends Component {
let that = this;
let id = e.target.dataset.id * 1;
confirm({
title: '确认删除该分类吗吗?',
title: '确认删除该分类吗?',
content: (
<div style={{ marginTop: '10px', fontSize: '13px', lineHeight: '25px' }}>
<Alert
Expand Down

0 comments on commit 6e057a4

Please sign in to comment.