Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed Jan 4, 2024
1 parent 87a5ee9 commit ea8447e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 38 deletions.
4 changes: 2 additions & 2 deletions vue/sbc-common-components/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 vue/sbc-common-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sbc-common-components",
"version": "3.0.10",
"version": "3.0.11",
"private": false,
"description": "Common Vue Components to be used across BC Registries and Online Services.",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion vue/sbc-common-components/src/components/BaseAddress.vue
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export default class BaseAddress extends Mixins(ValidationMixin, CountriesProvin
@Prop({ default: false })
readonly noPoBox: boolean
resetRegion() {
resetRegion () {
this.addressLocal['addressRegion'] = ''
}
Expand Down
34 changes: 0 additions & 34 deletions vue/sbc-common-components/tests/unit/notification.services.spec.ts

This file was deleted.

0 comments on commit ea8447e

Please sign in to comment.