Skip to content

Commit

Permalink
Allow editing of certify legal name for all users in Restoration
Browse files Browse the repository at this point in the history
  • Loading branch information
AimeeGao committed Nov 5, 2024
1 parent 756e5ed commit b022942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Restoration/RestorationReviewConfirm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,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 b022942

Please sign in to comment.