Fixed typo that kept query panel from loading

This commit is contained in:
Rashid Khan
2013-09-12 07:15:23 -07:00
parent 4b0678542c
commit 8e9d3f7d14
+1 -1
View File
@@ -135,7 +135,7 @@ dashboard.rows[0].panels = [
// Add a filtering panel to the 3rd row
dashboard.rows[1].panels = [
{
type: 'Query'
type: 'query'
}
];