Skip to content

Commit

Permalink
fix: remove logic that sets bpn before validation (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanGerada3 authored Oct 21, 2024
1 parent 083f84a commit 992e973
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

### Bugfix

- remove logic that sets bpn before validation [#253](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/253)


## 2.1.0-alpha.1

### Change
Expand Down
3 changes: 0 additions & 3 deletions src/components/cax-companyData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -422,9 +422,6 @@ export const CompanyDataCax = () => {
onChange={(expr) => {
onSearchChange(expr)
}}
onBlur={(e) => {
setBpn(e.target.value.trim())
}}
/>
<label className="error-message">{bpnErrorMsg}</label>
</div>
Expand Down

0 comments on commit 992e973

Please sign in to comment.