Closed farosFreed closed 5 days ago
In order to conserve our percy screenshot allowance, percy is not configured to run automatically. Please make sure the PR is ready and all other checks are passing, then start it manually:
:tada: This PR is included in version 3.35.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Connected to APPS-3074
Component Edited: SectionPagination.vue
Stories Updated: ~/stories/SectionPagination.stories.js
Notes:
@pghorpade noticed during implementation in the FTVA project that the
SectionPagination.vue
component was not mounting correctly.Upon investigation, this was because we only use the props
pages
&initialCurrentPage
on initialization of the component, not in the render template itself. This PR fixes that.pages
value to re-create this bugSectionPagination.vue
to re-trigger relevant bits of logic when props updateNo visual changes were made
Checklist:
[ ] UX has reviewed and approved this