mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +00:00
feat: Formulaire de création RF sur une seule pag
This commit is contained in:
@ -6,9 +6,9 @@ import {
|
||||
BE_SUBSCRIPTION_ABSENCES_URL,
|
||||
} from '@/utils/Url';
|
||||
|
||||
export const PENDING = 'pending';
|
||||
export const SUBSCRIBED = 'subscribed';
|
||||
export const ARCHIVED = 'archived';
|
||||
export const CURRENT_YEAR = 'current_year';
|
||||
export const NEXT_YEAR = 'next_year';
|
||||
export const HISTORICAL = 'historical';
|
||||
|
||||
const requestResponseHandler = async (response) => {
|
||||
const body = await response.json();
|
||||
@ -23,7 +23,7 @@ const requestResponseHandler = async (response) => {
|
||||
|
||||
export const fetchRegisterForms = (
|
||||
establishment,
|
||||
filter = PENDING,
|
||||
filter = CURRENT_YEAR,
|
||||
page = '',
|
||||
pageSize = '',
|
||||
search = ''
|
||||
|
||||
Reference in New Issue
Block a user