mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +00:00
feat: Création nouveau style / pagination profils annuaires
This commit is contained in:
@ -6,7 +6,7 @@ import {
|
||||
BE_SUBSCRIPTION_ABSENCES_URL,
|
||||
} from '@/utils/Url';
|
||||
|
||||
import { CURRENT_YEAR, NEXT_YEAR, HISTORICAL } from '@/utils/constants';
|
||||
import { CURRENT_YEAR_FILTER } from '@/utils/constants';
|
||||
|
||||
const requestResponseHandler = async (response) => {
|
||||
const body = await response.json();
|
||||
@ -21,7 +21,7 @@ const requestResponseHandler = async (response) => {
|
||||
|
||||
export const fetchRegisterForms = (
|
||||
establishment,
|
||||
filter = CURRENT_YEAR,
|
||||
filter = CURRENT_YEAR_FILTER,
|
||||
page = '',
|
||||
pageSize = '',
|
||||
search = ''
|
||||
|
||||
Reference in New Issue
Block a user