Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 24953 - Update NoW Per New Designs #709

Merged
merged 2 commits into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
4 changes: 2 additions & 2 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 @@ -274,7 +274,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
Loading