Skip to content

Commit

Permalink
reset output health if error
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaElastic committed Nov 30, 2023
1 parent 99322ed commit 57fa51e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export const OutputHealth: React.FunctionComponent<Props> = ({ output, showBadge
defaultMessage: 'Error fetching output state',
}),
});
return;
}
setOutputHealth(outputHealthResponse?.data);
}, [outputHealthResponse, notifications.toasts]);
Expand Down

0 comments on commit 57fa51e

Please sign in to comment.