Skip to content

Commit

Permalink
- app version = 5.6.23 (bcgov#610)
Browse files Browse the repository at this point in the history
- fixed amalgamation information title

Co-authored-by: Severin Beauvais <severin.beauvais@gov.bc.ca>
  • Loading branch information
2 people authored and JazzarKarim committed Feb 23, 2024
1 parent 1986435 commit 79d2c5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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-create-ui",
"version": "5.6.22",
"version": "5.6.23",
"private": true,
"appName": "Create UI",
"sbcName": "SBC Common Components",
Expand Down
4 changes: 1 addition & 3 deletions src/views/AmalgamationRegular/ReviewConfirm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
>
<CardHeader
icon="mdi-domain-plus"
:label="getFilingName"
label="Amalgamation Information"
/>
<SummaryDefineCompany />
</v-card>
Expand Down Expand Up @@ -286,7 +286,6 @@ import ListShareClass from '@/components/common/ListShareClass.vue'
import SummaryDefineCompany from '@/components/common/SummaryDefineCompany.vue'
import StaffPayment from '@/components/common/StaffPayment.vue'
import { CorpTypeCd, GetCorpFullDescription } from '@bcrs-shared-components/corp-type-module'
import { FilingNames } from '@bcrs-shared-components/enums'
@Component({
components: {
Expand All @@ -311,7 +310,6 @@ export default class AmalgamationRegularReviewConfirm extends Vue {
@Getter(useStore) getCreateShareStructureStep!: ShareStructureIF
@Getter(useStore) getEffectiveDateTime!: EffectiveDateTimeIF
@Getter(useStore) getEntityType!: CorpTypeCd
@Getter(useStore) getFilingName!: FilingNames
@Getter(useStore) getFolioNumber!: string
@Getter(useStore) getFolioNumberValid!: boolean
@Getter(useStore) getIncorporationAgreementStep!: IncorporationAgreementIF
Expand Down

0 comments on commit 79d2c5e

Please sign in to comment.