|  | Layout-Admin |
|------------------|-----------------|
|                  |                 |

## Description de la PR

## Modification du .env

## Check list

- [ ] Pas de régression
- [ ] TU/TI/TF rédigée
- [ ] TU/TI/TF OK
- [ ] CHANGELOG modifié

Reviewed-on: https://gitea.malio.fr/MALIO-DEV/Ferme/pulls/28
Reviewed-by: Autin <tristan@yuno.malio.fr>
Co-authored-by: Matteo <matteo@yuno.malio.fr>
Co-committed-by: Matteo <matteo@yuno.malio.fr>
This commit is contained in:
Matteo
2026-02-16 14:32:31 +00:00
committed by Autin
parent 67428186f6
commit 358da6a8ad
14 changed files with 167 additions and 152 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ const form = reactive<CarrierFormData>({
})
definePageMeta({
layout: 'admin'
layout: 'default'
})
const hydrateFromUser = (carrier: CarrierData | null) => {
@@ -42,7 +42,7 @@ const goToCarrier = (id: number) => {
}
definePageMeta({
layout: 'admin'
layout: 'default'
})
onMounted(async () => {