Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: show "Aucune fiche action ne correspond à votre recherche" #3504

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

elisfainstein
Copy link
Contributor

@elisfainstein elisfainstein commented Dec 26, 2024

Bug identifié : quand aucune fiche action ne correspond à la recherche, l'état "Vous n'avez pas encore créé de FA" s'affiche au lieu de "Aucune fiche action ne correspond à votre recherche".

@marc-rutkowski je crois que ce bug est introduit par un bug fix que tu as fait (à raison ! Le bug était que les FA ne s'affichaient pas à partir des pages "actions dont je suis responsable" et "actions récentes"). Cette fois, je crois que c'est bon, mais dis-moi si jamais tu vois une solution plus proprette :)

@@ -140,7 +140,10 @@ const FichesActionListe = ({
const { data, isLoading } = useFicheResumesFetch({
options: ficheResumesOptions,
});
const hasFiches = !!data?.data?.length;

const { data: ficheExistenceData } = useFicheResumesFetch();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tu pourrais plutôt utiliser const { count } = useFicheActionCount(); ici pour déterminer si il y a des fiches ou non

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants