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))" /> -