Skip to content

Commit 9dcec7e

Browse files
committed
improve error handling
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
1 parent 6e7187f commit 9dcec7e

File tree

4 files changed

+390
-267
lines changed

4 files changed

+390
-267
lines changed

public/components/FormattedFormRow/FormattedFormRow.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const FormattedFormRow = (props: FormattedFormRowProps) => {
4242
))
4343
: null;
4444

45-
const { formattedTitle, ...euiFormRowProps } = props;
45+
const { formattedTitle, linkToolTip, ...euiFormRowProps } = props;
4646

4747
return (
4848
<EuiCompressedFormRow

0 commit comments

Comments
 (0)