From 9ec7d78a4ce1b08f82c98ecd09ab86c71d20a1e0 Mon Sep 17 00:00:00 2001 From: tristan Date: Wed, 17 Jun 2026 10:14:55 +0200 Subject: [PATCH] =?UTF-8?q?fix(transport)=20:=20bloc=20prix=20=E2=80=94=20?= =?UTF-8?q?radios=20sans=20label=20de=20groupe,=20sens=20en=20colonne=201,?= =?UTF-8?q?=20d=C3=A9faut=20Benne/Forfait=20(ERP-169)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/CarrierPriceBlock.vue | 59 ++++++++----------- .../modules/transport/types/carrierForm.ts | 5 +- 2 files changed, 26 insertions(+), 38 deletions(-) diff --git a/frontend/modules/transport/components/CarrierPriceBlock.vue b/frontend/modules/transport/components/CarrierPriceBlock.vue index 09001ba..c46ee46 100644 --- a/frontend/modules/transport/components/CarrierPriceBlock.vue +++ b/frontend/modules/transport/components/CarrierPriceBlock.vue @@ -10,32 +10,27 @@ @click="$emit('remove')" /> - -
- - {{ t('transport.carriers.form.price.direction') }} * - -
- - -
+ +
+ +

{{ errors.direction }}

@@ -71,7 +66,6 @@ :error="errors?.departureSite" @update:model-value="(v: string | number | null) => update('departureSiteIri', v === null ? null : String(v))" /> -