chore: refactor to move endpage block to generic folder #7248
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
Related to PR (#7232) to refactor by moving EndPageBlock.tsx file to a generic folder (out of the public-form folder) - this is to reduce confusion that the EndPageBlock.tsx is not entirely isolated to the public-form context and may cause downstream bugs and issues if the component is rendered incorrectly.
Pushing out a new PR since the previous PR is quite behind the develop branch after launching MRF, and local can't run properly even after resolving conflicts.
seems easier to re-do the chore on the new dev branch
Closes FRM-1710
Solution
By moving EndPageBlock.tsx to a generic folder that is not within public-form or admin-form
Tests
MRF Form test