Browse Source

[그룹관리] 승인,사용자 chrome 콘솔 에러 수정

pull/2/head
이학준 2 years ago
parent
commit
9c557764ec
  1. 4
      src/components/basis/group/BasisGroupApprovalSearch.js
  2. 4
      src/components/basis/group/BasisGroupUsersSearch.js

4
src/components/basis/group/BasisGroupApprovalSearch.js

@ -87,7 +87,7 @@ export const BasisGroupApprovalSearch = props => {
name='groupNm' name='groupNm'
value={props.params.groupNm} value={props.params.groupNm}
onChange={props.handlerInput} onChange={props.handlerInput}
size='sm' bsSize='sm'
onKeyPress={props.onKeyPress} onKeyPress={props.onKeyPress}
placeholder='그룹명을 입력하세요' placeholder='그룹명을 입력하세요'
/> />
@ -114,7 +114,7 @@ export const BasisGroupApprovalSearch = props => {
value={props.params.memberName} value={props.params.memberName}
onChange={props.handlerInput} onChange={props.handlerInput}
onKeyPress={props.onKeyPress} onKeyPress={props.onKeyPress}
size='sm' bsSize='sm'
placeholder='신청자 명을 입력하세요' placeholder='신청자 명을 입력하세요'
/> />
<Label for='test'>신청자 </Label> <Label for='test'>신청자 </Label>

4
src/components/basis/group/BasisGroupUsersSearch.js

@ -64,7 +64,7 @@ export const BasisGroupUsersSearch = props => {
value={props.params.groupNm} value={props.params.groupNm}
onChange={props.handlerInput} onChange={props.handlerInput}
onKeyPress={props.onKeyPress} onKeyPress={props.onKeyPress}
size='sm' bsSize='sm'
placeholder='그룹명을 입력하세요' placeholder='그룹명을 입력하세요'
/> />
<Label for='test'>그룹명</Label> <Label for='test'>그룹명</Label>
@ -90,7 +90,7 @@ export const BasisGroupUsersSearch = props => {
value={props.params.memberName} value={props.params.memberName}
onChange={props.handlerInput} onChange={props.handlerInput}
onKeyPress={props.onKeyPress} onKeyPress={props.onKeyPress}
size='sm' bsSize='sm'
placeholder='사용자 명을 입력하세요' placeholder='사용자 명을 입력하세요'
/> />
<Label for='test'>사용자 </Label> <Label for='test'>사용자 </Label>

Loading…
Cancel
Save