Skip to content

Commit

Permalink
feat(CB2-14450-weights-dfs): display inline error message
Browse files Browse the repository at this point in the history
  • Loading branch information
pbardy2000 committed Jan 13, 2025
1 parent 09cd96d commit f3531cb
Showing 1 changed file with 13 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,19 @@
</tbody>

<tfoot>
<tr>
<td colspan="100%">
<a class="axleButton" href="javascript:void(0)" role="button" id="weightsAddAxle" (click)="addAxle()">Add Axle</a>
</td>
</tr>
<tr>
<td colspan="100%">
<a class="axleButton" href="javascript:void(0)" role="button" id="weightsAddAxle" (click)="addAxle()">Add Axle</a>
</td>
</tr>
<tr>
<td colspan="100%">
<p class="govuk-error-message" id="techRecord_axles-error">
<span class="govuk-visually-hidden">Error: </span>
<span>{{ (techRecordAxles.errors | keyvalue)?.[0]?.value }}</span>
</p>
</td>
</tr>
</tfoot>
</table>

Expand Down

0 comments on commit f3531cb

Please sign in to comment.