Rename staff column to signer in history datatable.
This commit is contained in:
parent
859868b1ec
commit
078315dbf1
@ -363,7 +363,7 @@
|
||||
</ng-container>
|
||||
|
||||
<ng-container matColumnDef="signer">
|
||||
<mat-header-cell *matHeaderCellDef mat-sort-header>Staff</mat-header-cell>
|
||||
<mat-header-cell *matHeaderCellDef mat-sort-header>Signer</mat-header-cell>
|
||||
<mat-cell *matCellDef="let history">
|
||||
{{ history?.snapshot.signature?.data | signatureUser | async }}
|
||||
</mat-cell>
|
||||
|
Loading…
Reference in New Issue
Block a user