michael-s-molina opened a new pull request #13477: URL: https://github.com/apache/superset/pull/13477
### SUMMARY This PR removes `Select` duplication by moving old `src/common/component/Select` to `src/component/Select` folder. To achieve that, the old component was renamed to `NativeSelect`. Currently, our `Select` component uses `react-select` but we should migrate it to AntD so this PR is an intermediary step in our refactoring process with the objective of organizing all `Select` in the same folder. ### TEST PLAN 1 - Execute all tests. 2 - All tests should pass. @rusackas @junlincc ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Changes UI - [ ] Requires DB Migration. - [ ] Confirm DB Migration upgrade and downgrade tested. - [ ] Introduces new feature or API - [ ] Removes existing feature or API ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
