Skip to content

Commit c4f6d3a

Browse files
committed
ignoring numeral type error
1 parent cb0da81 commit c4f6d3a

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugins/ml/public/application/datavisualizer/file_based/components/utils

1 file changed

+1
-0
lines changed

x-pack/plugins/ml/public/application/datavisualizer/file_based/components/utils/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66

77
import { isEqual } from 'lodash';
8+
// @ts-ignore
89
import numeral from '@elastic/numeral';
910
import { ml } from '../../../../services/ml_api_service';
1011
import { AnalysisResult, InputOverrides } from '../../../../../../common/types/file_datavisualizer';

0 commit comments

Comments
 (0)