Skip to content

Commit

Permalink
revert back changes until see if cypress is trusted
Browse files Browse the repository at this point in the history
  • Loading branch information
WafaaNasr committed Jun 14, 2023
1 parent e78b92a commit ace134a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,8 @@ export const ExceptionBuilderComponent = ({
if (exceptionListItems.length > 0) {
setUpdateExceptions(exceptionListItems);
}
}, [exceptionListItems, setUpdateExceptions]);
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);

return (
<EuiFlexGroup gutterSize="s" direction="column" data-test-subj="exceptionsBuilderWrapper">
Expand Down

0 comments on commit ace134a

Please sign in to comment.