mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Closes 258 - Fixing the variable names to match the new aggConfig
This commit is contained in:
parent
0c5fb9c42a
commit
48c4a2c49a
1 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,6 @@ define(function (require) {
|
|||
if (query.query_string && query.query_string.query) {
|
||||
return query.query_string.query;
|
||||
}
|
||||
|
||||
return JSON.stringify(query);
|
||||
}
|
||||
|
||||
|
@ -32,4 +31,4 @@ define(function (require) {
|
|||
]
|
||||
});
|
||||
};
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue