유저선택 팝업에 mat-chip 에 툴팁 제거.
This commit is contained in:
parent
2f1c860f4c
commit
7fc483cfd5
|
@ -239,7 +239,6 @@
|
|||
*ngFor="let userInfo of selectedUserList"
|
||||
[selected]="getChipsRemoveYn(userInfo)"
|
||||
(removed)="onClickDeleteUser(userInfo)"
|
||||
[matTooltip]="userInfo.deptName"
|
||||
>
|
||||
{{ userInfo | ucapTranslate: 'name' }}
|
||||
<mat-icon matChipRemove *ngIf="getChipsRemoveYn(userInfo)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user