fix(templating): fixed failing templating unit test

This commit is contained in:
Torkel Ödegaard 2016-05-27 09:23:08 +02:00
parent 2b9d260686
commit bf90fbc678

View File

@ -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);
});