diff --git a/public/dashboards/scripted_templated.js b/public/dashboards/scripted_templated.js index a0d3e081293..33830336a9f 100644 --- a/public/dashboards/scripted_templated.js +++ b/public/dashboards/scripted_templated.js @@ -47,6 +47,7 @@ dashboard.templating = { refresh: true, options: [], current: null, + type: 'custom' }, { name: 'test2', @@ -54,6 +55,7 @@ dashboard.templating = { refresh: true, options: [], current: null, + type: 'custom' } ] };