mirror of
https://github.com/grafana/grafana.git
synced 2025-01-27 08:47:12 -06:00
Templating: Correctly display __text in multi-values variable after refresh (#17918)
Fixes: #17915 - Templating: __value's are displayed instead of __text's after variable is updated
This commit is contained in:
parent
9f351156c3
commit
19ae5351fb
@ -194,7 +194,7 @@ export class VariableSrv {
|
||||
}),
|
||||
text: _.map(selected, val => {
|
||||
return val.text;
|
||||
}).join(' + '),
|
||||
}),
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user