Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Apr 5, 2022
1 parent b91999f commit 548ea5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ export function getIndexPatternDatasource({
Boolean(layers) &&
Object.values(layers).some((layer) => {
return (
Boolean(indexPatterns[layer.indexPatternId].timeFieldName) ||
Boolean(indexPatterns[layer.indexPatternId]?.timeFieldName) ||
layer.columnOrder
.filter((colId) => layer.columns[colId].isBucketed)
.some((colId) => {
Expand Down

0 comments on commit 548ea5f

Please sign in to comment.