Skip to content

Commit

Permalink
ALCS-2449 Merge into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarreta committed Dec 20, 2024
1 parent 132faac commit 0c30403
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ <h5>{{ data.applicationDecisionComponentType?.label }}</h5>
"
class="row-no-flex"
>
<div class="full-width">
<mat-form-field appearance="outline" class="row">
<mat-label>ALR Area Impacted (ha)</mat-label>
<input
matInput
min="0.01"
mask="separator.5"
thousandSeparator=","
separatorLimit="9999999999"
formControlName="alrArea"
required
/>
</mat-form-field>
</div>
</div>

<div *ngIf="data.applicationDecisionComponentTypeCode === COMPONENT_TYPE.POFO" class="row-no-flex">
Expand Down

0 comments on commit 0c30403

Please sign in to comment.