mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 16:03:21 +00:00
feat: Mise en place des actions pour chaque state du RF, possibilité
d'éditer le formulaire de création de RF (reste à submit un PUT)
This commit is contained in:
@ -6,9 +6,7 @@ import {
|
||||
BE_SUBSCRIPTION_ABSENCES_URL,
|
||||
} from '@/utils/Url';
|
||||
|
||||
export const CURRENT_YEAR = 'current_year';
|
||||
export const NEXT_YEAR = 'next_year';
|
||||
export const HISTORICAL = 'historical';
|
||||
import { CURRENT_YEAR, NEXT_YEAR, HISTORICAL } from '@/utils/constants';
|
||||
|
||||
const requestResponseHandler = async (response) => {
|
||||
const body = await response.json();
|
||||
|
||||
Reference in New Issue
Block a user