Commit 574ecdb5 by Torkel Ödegaard

fixed column typehead, introduced in PR #500

parent 7848a359
......@@ -120,7 +120,7 @@ function (angular, _, kbn) {
if (!data) {
return [];
}
return data[0].columns;
});
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment