This commit is contained in:
Sofia Papacharalampous 2024-06-17 14:30:09 +03:00
parent 41199c0295
commit c93b290e71
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
<ng-template #actions let-row="row" let-item>
<div class="row" (click)="$event.stopPropagation()">
<div class="col-auto">
<button mat-icon-button [matMenuTriggerFor]="actionsMenu">
<button mat-icon-button [matMenuTriggerFor]="actionsMenu" *ngIf="!isFinalized(row) || row.belongsToCurrentTenant != false">
<mat-icon>more_horiz</mat-icon>
</button>
<mat-menu #actionsMenu="matMenu">