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

feat: mise à jour du tableau des effectifs et SIFA #3948

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

nkrmr
Copy link
Collaborator

@nkrmr nkrmr commented Dec 20, 2024

Cf: TM-1780

@nkrmr nkrmr requested a review from Pomarom December 20, 2024 11:41
const isDeca = !organisme?.is_transmission_target;
const db = isDeca ? effectifsDECADb() : effectifsDb();
const { pageIndex, pageSize, search, filters, sortField, sortOrder } = options;
const db = await effectifsDb();
Copy link
Contributor

Choose a reason for hiding this comment

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

effectifsDb() est pas asynchrone, pas besoin du await

@Pomarom
Copy link
Contributor

Pomarom commented Dec 20, 2024

Attention à bien remettre l'unicité d'ouverture d'une ligne du tableau

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