mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Add missing default parameters to useSeriesAbove
This commit is contained in:
parent
edb2cf2cf2
commit
f93b6f7d85
@ -569,7 +569,7 @@ function (_) {
|
||||
{ name: "search", type: "string" },
|
||||
{ name: "replace", type: "string" }
|
||||
],
|
||||
defaultParams: [0]
|
||||
defaultParams: [0, 'search', 'replace']
|
||||
});
|
||||
|
||||
_.each(categories, function(funcList, catName) {
|
||||
|
Loading…
Reference in New Issue
Block a user