Browse Source

rollbacked

takahiros 6 years ago
parent
commit
6fb101e47b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/client/js/components/Admin/UserGroup/UserGroupPage.jsx

+ 0 - 2
src/client/js/components/Admin/UserGroup/UserGroupPage.jsx

@@ -163,8 +163,6 @@ class UserGroupPage extends React.Component {
           isShow={this.state.isDeleteModalShow}
           onShow={this.showDeleteModal}
           onHide={this.hideDeleteModal}
-          isShown={this.state.isDeleteConfirmModalShown}
-          cancel={this.closeDeleteConfirmModal}
         />
       </Fragment>
     );