Skip to content

Commit

Permalink
Merge pull request #2039 from bcgov/hotfix/ALCS-2449-return-alr-area-…
Browse files Browse the repository at this point in the history
…missingfield

ALCS-2449 HOTFIX - Added ALR field to the 3 missing types
  • Loading branch information
fbarreta authored Dec 20, 2024
2 parents efa2af2 + 853ae5d commit 24f8d09
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 24f8d09

Please sign in to comment.