front_foundation #9

Closed
mohamed_maoulainine wants to merge 181 commits from front_foundation into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d9c5f7bacf - Show all commits

View File

@ -30,7 +30,7 @@
lieu: string, lieu: string,
} }
const props = defineProps<{ defineProps<{
Review

où est-ce que les RDV sont récupérés ?

où est-ce que les RDV sont récupérés ?
projectRDV: rendezVous[] projectRDV: rendezVous[]
}>(); }>();

View File

@ -67,7 +67,7 @@ function callApi(
function postApi( function postApi(
endpoint: string, endpoint: string,
data: any, data: unknown, //to fix eslint issue, go back here if errors occurs later
onSuccessHandler?: (response: AxiosResponse) => void, onSuccessHandler?: (response: AxiosResponse) => void,
onErrorHandler?: (error: AxiosError) => void onErrorHandler?: (error: AxiosError) => void
): void { ): void {