takahiros il y a 6 ans
Parent
commit
6fb101e47b
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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>
     );