Skip to content

Commit

Permalink
Update BusinessInformationWizardStep.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
mamartinezmejia authored Sep 24, 2024
1 parent dded9d3 commit f0448e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ watch([autoCompleteResult], () => {
);
showAutoCompleteInfo.value = false;
if(formData.value.businessInformation.clientType === 'RSP') {
if (formData.value.businessInformation.clientType === 'RSP') {
formData.value.businessInformation.doingBusinessAs = autoCompleteResult.value.name;
}
Expand Down

0 comments on commit f0448e1

Please sign in to comment.