diff --git a/package-lock.json b/package-lock.json index 24b5e990c..fa11cbce4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "name-request", - "version": "5.2.6", + "version": "5.2.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "name-request", - "version": "5.2.6", + "version": "5.2.7", "dependencies": { "@babel/compat-data": "^7.21.5", "@bcrs-shared-components/breadcrumb": "2.1.24", diff --git a/package.json b/package.json index 9f5e02210..a36d803dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "name-request", - "version": "5.2.6", + "version": "5.2.7", "private": true, "appName": "Name Request UI", "sbcName": "SBC Common Components", diff --git a/src/components/new-request/business-lookup.vue b/src/components/new-request/business-lookup.vue index bc73111cd..e186699cd 100644 --- a/src/components/new-request/business-lookup.vue +++ b/src/components/new-request/business-lookup.vue @@ -117,7 +117,7 @@ export default class BusinessLookup extends Vue { // safety check if (that.searchField && that.searchField.length > 2) { that.state = States.SEARCHING - that.searchResults = await BusinessLookupServices.search(that.searchField, this.searchStatus).catch(() => []) + that.searchResults = await BusinessLookupServices.search(that.searchField, that.searchStatus).catch(() => []) // display appropriate section that.state = (that.searchResults.length > 0) ? States.SHOW_RESULTS : States.NO_RESULTS