|
|
@ -419,7 +419,7 @@ |
|
|
<mat-form-field appearance="outline" class="w-100 without-hint"> |
|
|
<mat-form-field appearance="outline" class="w-100 without-hint"> |
|
|
<mat-label i18n>Url</mat-label> |
|
|
<mat-label i18n>Url</mat-label> |
|
|
<input formControlName="url" matInput type="text" /> |
|
|
<input formControlName="url" matInput type="text" /> |
|
|
@if (assetProfileForm.get('url').value) { |
|
|
@if (assetProfileForm.get('url')?.value) { |
|
|
<gf-entity-logo |
|
|
<gf-entity-logo |
|
|
class="mr-3" |
|
|
class="mr-3" |
|
|
matSuffix |
|
|
matSuffix |
|
|
|