Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Upload): omit FormEvent onChange type (#3113)
Should fix the `onChange` argument type inferred as any from [this slack discussion](https://dnb.enterprise.slack.com/team/WJLKMHXMY) Before: <img width="957" alt="Screenshot 2023-12-19 at 14 38 37" src="https://github.com/dnbexperience/eufemia/assets/25927156/c4147e05-8402-43f7-9a5d-be0e5f9b9964"> After: <img width="511" alt="Screenshot 2023-12-19 at 14 37 57" src="https://github.com/dnbexperience/eufemia/assets/25927156/3df1a3a1-cf5c-49de-a2ed-1335992be3f0"> --------- Co-authored-by: Tobias Høegh <[email protected]>
- Loading branch information