Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: replace defaultProps with default parameters in SpreadsheetImport
React has deprecated the use of `defaultProps` on function components and will remove support in a future major release. This commit replaces the usage of `defaultProps` in the `SpreadsheetImport` component with default parameters to fix the following warning:
- Loading branch information