# 이슈처리 223
This commit is contained in:
parent
81866a23fb
commit
7c39285905
|
@ -257,7 +257,12 @@
|
||||||
<button mat-stroked-button (click)="onClickConfirm()" class="mat-primary">
|
<button mat-stroked-button (click)="onClickConfirm()" class="mat-primary">
|
||||||
{{ 'common.messages.confirm' | translate }}
|
{{ 'common.messages.confirm' | translate }}
|
||||||
</button>
|
</button>
|
||||||
<button mat-flat-button (click)="onClickReply()" class="mat-primary">
|
<button
|
||||||
|
mat-flat-button
|
||||||
|
*ngIf="messageDetail.msgInfo.type === MessageType.Receive"
|
||||||
|
(click)="onClickReply()"
|
||||||
|
class="mat-primary"
|
||||||
|
>
|
||||||
{{ 'message.sendReply' | translate }}
|
{{ 'message.sendReply' | translate }}
|
||||||
</button>
|
</button>
|
||||||
</mat-card-actions>
|
</mat-card-actions>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user