Skip to content

Commit

Permalink
feat: fiche orientation button suivant partie deux (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
LAU-MG committed Feb 13, 2024
1 parent 152a039 commit b5e0d67
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,11 @@ <h3 class="h5 text-primary fw-bold mb-2">Résumé de la fiche d'orientation</h3>
<span role="img" class="ri-arrow-left-s-line" aria-hidden="true"></span>
Précédent
</button>
<button type="submit" form="prescripteurOrientationSheetForm" class="btn btn-primary">
<button
type="submit"
form="prescripteurOrientationSheetForm"
class="btn btn-primary"
[disabled]="!prescripteurOrientationSheetForm.valid">
Suivant
<span role="img" class="ri-arrow-right-s-line" aria-hidden="true"></span>
</button>
Expand Down

0 comments on commit b5e0d67

Please sign in to comment.