fix(templating): fixed failing templating unit test
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user