bind array instead of function
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<metric-select
|
||||
onChange="ctrl.handleMetricTypeChange"
|
||||
value="ctrl.target.metricType"
|
||||
options="ctrl.getMetricsList()"
|
||||
options="ctrl.metrics"
|
||||
variables="ctrl.templateSrv.variables"
|
||||
placeholder="'Select Metric'"
|
||||
className="'width-15'"
|
||||
|
||||
Reference in New Issue
Block a user