Skip to content

Commit

Permalink
handle npe
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Aug 6, 2024
1 parent 09455f8 commit 09dcb28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export function TextChunkingProcessorInputs(
onFormChange={props.onFormChange}
/>
<EuiSpacer size="s" />
{fieldMapValue.length === 0 && (
{fieldMapValue?.length === 0 && (
<>
<EuiCallOut
size="s"
Expand Down

0 comments on commit 09dcb28

Please sign in to comment.