Skip to content

Commit

Permalink
Merge pull request #2132 from bcgov/fix/ProvDupeNextBtn
Browse files Browse the repository at this point in the history
Change next button
  • Loading branch information
arcshiftsolutions authored Jan 16, 2025
2 parents b38fb15 + 3abef2b commit b700337
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
class="mr-3 mb-3"
:disabled="disableNextButton() || apiError || !hasEditPermission()"
icon="mdi-check"
:text=" isIndependentSchool() ? 'Next': 'Verify as Correct' "
text="Next"
:click-action="next"
/>
</v-row>
Expand Down

0 comments on commit b700337

Please sign in to comment.