Skip to content

Commit

Permalink
fix test in the right direction
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Oct 8, 2020
1 parent e475daa commit 7e827bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ const createPoint = ({
id: '1-1',
meta: {
type: 'date' as DatatableColumnType,
field,
source: 'esaggs',
sourceParams: {
field,
type: 'histogram',
indexPatternId: 'logstash-*',
interval: 30,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function getEventScopeFromValueClickTriggerContext(
const column = table.columns[columnIndex];
return {
value: toPrimitiveOrUndefined(value) as Primitive,
key: column?.meta?.sourceParams?.field,
key: column?.meta?.field,
};
});

Expand Down

0 comments on commit 7e827bd

Please sign in to comment.