mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
Fix chart annotation source type showing perpetual loading when re-selecting the same value. (#10036)
Remove accidental console.log used during testing. Co-authored-by: Natalie Ruhe <natalie@preset.io>
This commit is contained in:
@@ -96,6 +96,8 @@ export default class SelectControl extends React.PureComponent {
|
||||
}
|
||||
}
|
||||
|
||||
// Beware: This is acting like an on-click instead of an on-change
|
||||
// (firing every time user chooses vs firing only if a new option is chosen).
|
||||
onChange(opt) {
|
||||
let optionValue = null;
|
||||
if (opt) {
|
||||
|
||||
Reference in New Issue
Block a user