diff --git a/src/components/dialogs/filter/criteria-based/criteria-based-filter-edition-dialog.js b/src/components/dialogs/filter/criteria-based/criteria-based-filter-edition-dialog.js index c133b291a..06c43af97 100644 --- a/src/components/dialogs/filter/criteria-based/criteria-based-filter-edition-dialog.js +++ b/src/components/dialogs/filter/criteria-based/criteria-based-filter-edition-dialog.js @@ -66,7 +66,6 @@ export const CriteriaBasedFilterEditionDialog = ({ const selectionForCopy = useSelector((state) => state.selectionForCopy); const dispatch = useDispatch(); - // Fetch the filter data from back-end if necessary and fill the form with it useEffect(() => { if (id && open) {