diff --git a/src/app/services/templateValuesSrv.js b/src/app/services/templateValuesSrv.js index 9b80c336f4b..51b11dfb3fa 100644 --- a/src/app/services/templateValuesSrv.js +++ b/src/app/services/templateValuesSrv.js @@ -30,6 +30,7 @@ function (angular, _, kbn) { var option = _.findWhere(variable.options, { text: urlValue }); option = option || { text: urlValue, value: urlValue }; this.setVariableValue(variable, option, true); + this.updateAutoInterval(variable); } else if (variable.refresh) { this.updateOptions(variable);