Skip to content

Commit

Permalink
Fix diff
Browse files Browse the repository at this point in the history
Signed-off-by: Florent MILLOT <millotflo@gmail.com>
  • Loading branch information
flomillot committed May 15, 2024
1 parent f6f1560 commit 162cdf4
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 25 deletions.
50 changes: 27 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ const CriteriaBasedFilterEditionDialog: FunctionComponent<
language,
}) => {
const { snackError } = useSnackMessage();

const [dataFetchStatus, setDataFetchStatus] = useState(FetchStatus.IDLE);

// default values are set via reset when we fetch data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ const ExpertFilterEditionDialog: FunctionComponent<
fetchElementsInfos,
}) => {
const { snackError } = useSnackMessage();

const [dataFetchStatus, setDataFetchStatus] = useState(FetchStatus.IDLE);

// default values are set via reset when we fetch data
Expand Down

0 comments on commit 162cdf4

Please sign in to comment.