Commit 280be741 authored by ari_darmawan's avatar ari_darmawan

mandatory internal note pic

parent a5bbb548
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
class="TabsCustom" class="TabsCustom"
*ngIf="data.Hide == false" *ngIf="data.Hide == false"
[ngClass]="{'active': data.Selected == true, '':data.Selected == false}" [ngClass]="{'active': data.Selected == true, '':data.Selected == false}"
(click)="ClickTabsCustomConversationReplyNote(i)">{{data.Name}}</span> (click)="ClickTabsCustomConversationReplyNote(i)">{{data.Name}} <span class="text-danger" *ngIf="data.Name == 'Internal Note'">*</span></span>
</ng-container> </ng-container>
</p> </p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment