Skip to content

Commit

Permalink
fix: resource title
Browse files Browse the repository at this point in the history
  • Loading branch information
irmastnt committed Apr 26, 2024
1 parent cdfeaaf commit a3b2c62
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@
(regionDeleted)="regionDeleted.emit()"></app-resource-toolbar>
</div>
<div class="resource-label">
<h4>{{resourceLabel(incomingResource, resource)}}</h4>
<h4>{{resource.res.label}}</h4>
<button mat-icon-button color="primary" matTooltip="Edit label" (click)="openEditDialog()" *ngIf="userCanEdit">
<mat-icon>edit</mat-icon>
</button>
Expand Down

0 comments on commit a3b2c62

Please sign in to comment.