Skip to content

Commit

Permalink
Merge pull request #745 from jamespaologarcia/18178-previous-val-not-…
Browse files Browse the repository at this point in the history
…clearing

18178 previous val not clearing
  • Loading branch information
jamespaologarcia authored Nov 8, 2023
2 parents 0365ede + 0db15a9 commit 2ed048f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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": "name-request",
"version": "5.3.6",
"version": "5.3.7",
"private": true,
"appName": "Name Request UI",
"sbcName": "SBC Common Components",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export default class EntityType extends Mixins(SearchMixin) {
@Watch('getEntityTypeCd')
private clearDesignation () {
this.setDesignation('')
this.setSearchCompanyType('')
// clear "Select a Business Type" field when "View all business types" is selected
if (!this.getEntityTypeCd || this.getEntityTypeCd === EntityTypes.INFO) {
this.$refs.selectBusinessTypeRef && this.$refs.selectBusinessTypeRef.reset()
Expand Down

0 comments on commit 2ed048f

Please sign in to comment.