Skip to content

Commit

Permalink
feat(cb2-10211): better UX
Browse files Browse the repository at this point in the history
  • Loading branch information
pbardy2000 committed Jan 5, 2024
1 parent 1552cbd commit f3dd0ec
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
</table>

<p class="govuk-body">
<ng-container *ngIf="canAddControl() as canAdd; else cannotAdd">
<a role="button" class="govuk-link" href="javascript:void(0)" (click)="addControl()"> Add UN Number </a>
</ng-container>
<ng-template #cannotAdd>
<a role="button" class="govuk-link govuk-link--muted" aria-disabled="true"> Add UN Number </a>
</ng-template>
<a role="button" class="govuk-link" href="javascript:void(0)" (click)="addControl()"> Add UN Number </a>
</p>
</ng-container>

0 comments on commit f3dd0ec

Please sign in to comment.