Skip to content

Commit

Permalink
Allow editing of certify legal name for all users in Dissolution
Browse files Browse the repository at this point in the history
  • Loading branch information
AimeeGao committed Nov 5, 2024
1 parent f5587a8 commit 756e5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Dissolution/DissolutionReviewConfirm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
<Certify
class="py-8 px-6"
:class="{ 'invalid-section': isCertifyInvalid }"
:disableEdit="!isRoleStaff"
:disableEdit="false"
:invalidSection="isCertifyInvalid"
:isStaff="isRoleStaff"
/>
Expand Down

0 comments on commit 756e5ed

Please sign in to comment.