Skip to content
Snippets Groups Projects
Commit e40aff3a authored by Thomas Bouquet's avatar Thomas Bouquet
Browse files

Lil fix

parent 9c35740e
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ import React from 'react';
import axios from 'axios';
import { useForm } from 'react-hook-form';
export function AddAStaffeurForm(){
export function AddStaffeurForm(){
const addStaffeur = (props) => {
axios.post('/api/admin/new_staffeur',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment