mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixed column typehead, introduced in PR #500
This commit is contained in:
@@ -120,7 +120,7 @@ function (angular, _, kbn) {
|
||||
if (!data) {
|
||||
return [];
|
||||
}
|
||||
|
||||
return data[0].columns;
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user