Commit 7a92d8e5 by chamath

S55632838 - Add refresh to messaging.

Added Refresh button to HT chat popup.
parent dd7f2cca
......@@ -74,7 +74,9 @@
<button *ngIf="embedded" type="button" pButton label="Mark as read"
icon="ui-icon-check"
(click)="markAsRead()"></button>
<button *ngIf="!embedded" type="button" pButton label="Refresh"
</div>
<div class="buttons-wrapper">
<button type="button" pButton label="Refresh"
icon="ui-icon-refresh"
(click)="getJobApplicationByID()"></button>
</div>
......
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