Skip to content

Commit

Permalink
Remove duplicate labels from create asset dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
illfixit authored Dec 6, 2024
1 parent 38f2e8a commit 68b32a2
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -638,9 +638,6 @@ <h1 mat-dialog-title>
<!-- Data Source Type ON_REQUEST -->
<ng-container *ngIf="form.dataAddressType === 'On-Request'">
<!-- Contact E-Mail -->
<div class="form-section-title">
{{ 'create_data_offer_page.contact_email' | translate }}
</div>

<mat-form-field
*ngIf="form.datasource.controls.contactEmail; let ctrl"
Expand All @@ -667,9 +664,6 @@ <h1 mat-dialog-title>
</mat-form-field>

<!-- Contact E-Mail Preferred Subject -->
<div class="form-section-title">
{{ 'create_data_offer_page.email_subject' | translate }}
</div>

<mat-form-field
*ngIf="
Expand Down

0 comments on commit 68b32a2

Please sign in to comment.