Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[configuration] Fix option deletion issue. (#9121)
The handler in configuration/jsx/configuration_helper.js was not properly taking the option to be deleted since the fields not always have necessary to be of SELECT type (they could be also text for example). This updates the code so it should take the appropriate option to be deleted. Fixes #9096
- Loading branch information