Skip to content

Commit

Permalink
fix: ensure submit button renders at the end of the Submit evidence f…
Browse files Browse the repository at this point in the history
…orm (#168)
  • Loading branch information
fibble authored Sep 24, 2024
1 parent 1fc9906 commit 9ce54e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Common/src/Common/Form/Model/Form/Lva/UploadEvidence.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class UploadEvidence
* })
* @Form\Options({"label": "Save and continue"})
* @Form\Type("\Common\Form\Elements\InputFilters\ActionButton")
* @Form\Flags({"priority": -10})
*/
public $saveAndContinue;
}

0 comments on commit 9ce54e6

Please sign in to comment.