Commit bf90fbc6 by Torkel Ödegaard

fix(templating): fixed failing templating unit test

parent 2b9d2606
......@@ -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);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment