Skip to content

Commit

Permalink
Fix 24953 - Update NoW Per New Designs (#709)
Browse files Browse the repository at this point in the history
* update per new designs

Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>

* update the staff payment section error line

Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>

---------

Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
  • Loading branch information
ArwenQin authored Dec 24, 2024
1 parent cfdf222 commit b7ddbaf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 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": "7.4.10",
"version": "7.4.11",
"private": true,
"appName": "Filings UI",
"sbcName": "SBC Common Components",
Expand Down
5 changes: 0 additions & 5 deletions src/components/NoticeOfWithdrawal/RecordToBeWithdrawn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@
cols="12"
sm="9"
>
<p class="grey-text">
If you want to withdraw a record that is part of a plan of arrangement,
you must withdraw all records related to the arrangement.
This must be done before any of the terms of the arrangement take effect.
</p>
<v-checkbox
id="plan-of-arrangement-checkbox"
v-model="partOfPoa"
Expand Down
7 changes: 3 additions & 4 deletions src/views/NoticeOfWithdrawal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<DocumentDelivery
editableCompletingParty="true"
:contactValue="getBusinessEmail"
contactLabel="Business Office"
contactLabel="Registered Office"
:documentOptionalEmail="documentOptionalEmail"
@update:optionalEmail="documentOptionalEmail=$event"
@valid="documentDeliveryValid=$event"
Expand Down Expand Up @@ -172,13 +172,12 @@

<!-- Staff Payment -->
<section v-if="isRoleStaff">
<header>
<header class="pb-3">
<h2>Staff Payment</h2>
</header>
<div
id="staff-payment-section"
:class="{ 'invalid-section': !staffPaymentValid && showErrors }"
class="pt-3"
>
<v-card
flat
Expand Down Expand Up @@ -274,7 +273,7 @@
:loading="filingPaying"
@click="onClickSubmit()"
>
<span>Submit</span>
<span>Submit <v-icon right>mdi-chevron-right</v-icon> </span>
</v-btn>
</div>
</template>
Expand Down

0 comments on commit b7ddbaf

Please # to comment.