UI: Hide edit button if profile is not selected
This commit is contained in:
parent
79dbf41b9f
commit
bc096de3f7
@ -35,7 +35,7 @@
|
|||||||
(click)="clear()">
|
(click)="clear()">
|
||||||
<mat-icon class="material-icons">close</mat-icon>
|
<mat-icon class="material-icons">close</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
<button *ngIf="selectTenantProfileFormGroup.get('tenantProfile').value && !disabled"
|
<button *ngIf="selectTenantProfileFormGroup.get('tenantProfile').value?.id && !disabled"
|
||||||
type="button"
|
type="button"
|
||||||
matSuffix mat-icon-button aria-label="Edit"
|
matSuffix mat-icon-button aria-label="Edit"
|
||||||
matTooltip="{{ 'tenant-profile.edit' | translate }}"
|
matTooltip="{{ 'tenant-profile.edit' | translate }}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user