mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
variable: fix binding bug after ts conversion
This commit is contained in:
@@ -142,7 +142,7 @@ export class ValueSelectDropdownCtrl {
|
||||
commitChange = commitChange || false;
|
||||
excludeOthers = excludeOthers || false;
|
||||
|
||||
let setAllExceptCurrentTo = function(newValue) {
|
||||
let setAllExceptCurrentTo = newValue => {
|
||||
_.each(this.options, other => {
|
||||
if (option !== other) {
|
||||
other.selected = newValue;
|
||||
|
||||
Reference in New Issue
Block a user