|
|
@@ -81,7 +81,7 @@ function (angular, _, kbn) {
|
|
|
|
|
|
this._updateNonQueryVariable = function(variable) {
|
|
|
// extract options in comma seperated string
|
|
|
- variable.options = _.map(variable.query.split(/[\s,]+/), function(text) {
|
|
|
+ variable.options = _.map(variable.query.split(/[,]+/), function(text) {
|
|
|
return { text: text, value: text };
|
|
|
});
|
|
|
|