Skip to content

Commit

Permalink
handle index tab
Browse files Browse the repository at this point in the history
Signed-off-by: maissa SOUISSI <[email protected]>
  • Loading branch information
souissimai committed Jul 16, 2024
1 parent c5f1758 commit 12ba2cb
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,6 @@ export const SecurityAnalysisResultTab: FunctionComponent<
const { loading: filterEnumsLoading, result: filterEnums } =
useFetchFiltersEnums();

useEffect(() => {
console.log('$$$$$$$$$$$ ', tabIndex);
}, [tabIndex]);

useEffect(() => {
if (result) {
setCount(tabIndex ? result.totalElements : result.length);
Expand Down

0 comments on commit 12ba2cb

Please sign in to comment.