mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(templating): fixed failing templating unit test
This commit is contained in:
parent
2b9d260686
commit
bf90fbc678
@ -105,6 +105,8 @@ function (angular, _, kbn) {
|
||||
return op.text === urlValue || op.value === urlValue;
|
||||
});
|
||||
|
||||
option = option || { text: urlValue, value: urlValue };
|
||||
|
||||
self.updateAutoInterval(variable);
|
||||
return self.setVariableValue(variable, option, true);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user