We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c0acfa commit a1baec9Copy full SHA for a1baec9
1 file changed
src/components/base-address/BaseAddress.vue
@@ -165,8 +165,7 @@ import { Validations } from 'vuelidate-property-decorators'
165
import { uniqueId } from 'lodash'
166
import { ValidationMixin, CountriesProvincesMixin } from '@bcrs-shared-components/mixins'
167
import { FormIF } from '@bcrs-shared-components/interfaces'
168
-import { isPostalCodeOptionalForCountry } from '@bcrs-shared-components/validators'
169
-
+import { isPostalCodeOptionalForCountry } from '@/validators'
170
/**
171
* The component for displaying and editing an address.
172
* Vuelidate is used to implement the validation rules (eg, what 'required' means and whether it's satisfied).
0 commit comments