Commit 94dade31 authored by ari_darmawan's avatar ari_darmawan

symbol mandatory

parent 85d7224f
......@@ -294,7 +294,7 @@
class="TabsCustom"
*ngIf="data.Hide == 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>
</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