Skip to content

Commit 2258ec6

Browse files
authored
Minor changes (#346)
1 parent 87a5ee9 commit 2258ec6

File tree

4 files changed

+4
-38
lines changed

4 files changed

+4
-38
lines changed

vue/sbc-common-components/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vue/sbc-common-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sbc-common-components",
3-
"version": "3.0.10",
3+
"version": "3.0.11",
44
"private": false,
55
"description": "Common Vue Components to be used across BC Registries and Online Services.",
66
"license": "Apache-2.0",

vue/sbc-common-components/src/components/BaseAddress.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export default class BaseAddress extends Mixins(ValidationMixin, CountriesProvin
199199
@Prop({ default: false })
200200
readonly noPoBox: boolean
201201
202-
resetRegion() {
202+
resetRegion () {
203203
this.addressLocal['addressRegion'] = ''
204204
}
205205

vue/sbc-common-components/tests/unit/notification.services.spec.ts

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)