From cffbd311fa3646d2b979b3f17e91af25c03c217d Mon Sep 17 00:00:00 2001 From: Joe Reuter Date: Thu, 22 Apr 2021 18:34:40 +0200 Subject: [PATCH] fix type --- .../editor_frame_service/embeddable/expression_wrapper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/lens/public/editor_frame_service/embeddable/expression_wrapper.tsx b/x-pack/plugins/lens/public/editor_frame_service/embeddable/expression_wrapper.tsx index ac4d88a0376c2..15d168465ec71 100644 --- a/x-pack/plugins/lens/public/editor_frame_service/embeddable/expression_wrapper.tsx +++ b/x-pack/plugins/lens/public/editor_frame_service/embeddable/expression_wrapper.tsx @@ -38,7 +38,7 @@ export interface ExpressionWrapperProps { style?: React.CSSProperties; className?: string; canEdit: boolean; - onRuntimeError: () => {}; + onRuntimeError: () => void; } interface VisualizationErrorProps {