Skip to content

Commit

Permalink
Fix jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed May 4, 2022
1 parent 48b41b8 commit 1c9252b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export function getErrorsForHistogramField(
) {
// check if has field of histogram type
const column = layer.columns[columnId];
if (!column) return;
const { operationType } = column;
const operationDefinition = operationType ? operationDefinitionMap[operationType] : undefined;
const fieldNames =
Expand Down

0 comments on commit 1c9252b

Please sign in to comment.