Skip to content

Commit

Permalink
16761 Completing Party email address needs to be editable for end-user (
Browse files Browse the repository at this point in the history
#524)

16761

Signed-off-by: Hongjing Chen <[email protected]>
  • Loading branch information
chenhongjing authored Jun 19, 2023
1 parent 52f3af3 commit aacad14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "business-filings-ui",
"version": "6.5.19",
"version": "6.5.20",
"private": true,
"appName": "Filings UI",
"sbcName": "SBC Common Components",
Expand Down
2 changes: 1 addition & 1 deletion src/views/ConsentContinuationOut.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<div :class="{ 'invalid-section': !documentDeliveryValid && showErrors }" id="document-delivery-section">
<v-card flat class="py-8 px-5">
<DocumentDelivery
:editableCompletingParty="isRoleStaff"
editableCompletingParty="true"
:contactValue="getBusinessEmail"
contactLabel="Business Office"
:documentOptionalEmail="documentOptionalEmail"
Expand Down

0 comments on commit aacad14

Please sign in to comment.