Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpiper committed Mar 15, 2024
1 parent 580240b commit b85f496
Showing 1 changed file with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ <h1 *ngIf="isDesktop">{{ 'app.import' | translate }}</h1>
>{{ 'data_import.import_to' | translate }}
{{ 'data_import.which_survey' | translate }}*</mat-label
>
// add spinner
<mat-form-field appearance="outline">
<mat-select
[data-qa]="'select-survey'"
Expand Down Expand Up @@ -140,16 +139,13 @@ <h1 *ngIf="isDesktop">{{ 'app.import' | translate }}</h1>
</div>
</ng-container>


<ng-container *ngFor="let task of selectedForm.tasks;">
<ng-container *ngFor="let task of selectedForm.tasks">
<div class="table-description">

<mat-label class="form-label">
{{task.label}}
</mat-label>
<p>{{task.description}}</p>
</div>

{{ task.label }}
</mat-label>
<p>{{ task.description }}</p>
</div>

<table mat-table [dataSource]="task.fields">
<ng-container matColumnDef="survey">
Expand Down

0 comments on commit b85f496

Please sign in to comment.