質問するログイン新規登録

質問編集履歴

2

編集

2020/03/14 15:20

投稿

whiwhdiw
whiwhdiw

スコア70

title CHANGED
File without changes
body CHANGED
@@ -33,7 +33,7 @@
33
33
 
34
34
  const groupsNode = state.selectGroup.map((group, index) => (
35
35
  <p key={index} >
36
- {New.renderGroupName(group.pathNames)}
36
+ {Index.renderGroupName(group.pathNames)}
37
37
  <span
38
38
  className="close-btn"
39
39
  onClick={() => onClickGroup(group, 'selectGroups')}

1

編集

2020/03/14 15:20

投稿

whiwhdiw
whiwhdiw

スコア70

title CHANGED
File without changes
body CHANGED
@@ -44,8 +44,7 @@
44
44
  const addModal = (
45
45
  <AddModal
46
46
  open={state.isShowModal}
47
- modalType={'groups'}
48
- onClickCloseModal={() => this.onClickCloseModal('Close')}
47
+ onClick={() => this.onClickCloseModal('Close')}
49
48
  onClickAddGroupFunc={onClickGroups}
50
49
  />
51
50
  );