Skip to content

Commit

Permalink
improve error handling
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
  • Loading branch information
amitgalitz committed Jan 23, 2025
1 parent 6e7187f commit 9dcec7e
Show file tree
Hide file tree
Showing 4 changed files with 390 additions and 267 deletions.
2 changes: 1 addition & 1 deletion public/components/FormattedFormRow/FormattedFormRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const FormattedFormRow = (props: FormattedFormRowProps) => {
))
: null;

const { formattedTitle, ...euiFormRowProps } = props;
const { formattedTitle, linkToolTip, ...euiFormRowProps } = props;

return (
<EuiCompressedFormRow
Expand Down
Loading

0 comments on commit 9dcec7e

Please # to comment.