stable
Clone or download
Read-only
part of request #36882 convert project registration app into vue3 no functional changes on project approval: - autoapproval => you are redirected - admin approval => message is displayed Why? Composition API is needed to bump to vue3 Change-Id: I6f79ac70433568c9d0967b0889124900d849a5bd
Modified Files
Name | ||||
---|---|---|---|---|
M | src/scripts/project-registration/src/components/Approval/ProjectApproval.test.ts | +10 | −13 | Go to diff View file |
M | src/scripts/project-registration/src/components/Approval/ProjectApproval.vue | +16 | −21 | Go to diff View file |
M | src/scripts/project-registration/src/components/Approval/ProjectApprovalSvg.vue | +2 | −8 | Go to diff View file |
M | src/scripts/project-registration/src/components/Approval/__snapshots__/ProjectApproval.test.ts.snap | +4 | −4 | Go to diff View file |
A | src/scripts/project-registration/src/helpers/use-router.ts | +39 | −0 | Go to diff View file |