Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Torchia <[email protected]>
  • Loading branch information
torchiaf committed May 23, 2024
1 parent f4426d6 commit c20cae6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<td mat-cell *matCellDef="let element">
<button
*ngIf="deleting !== element.Id"
[disabled]="deleting"
[disabled]="deleting || creating"
mat-mini-fab color="primary"
class="delete"
matTooltip="{{'DELETE' | translate}}"
Expand Down

0 comments on commit c20cae6

Please sign in to comment.