feature/pedimentos-csv-validations
This commit is contained in:
@@ -665,9 +665,9 @@
|
||||
</div>
|
||||
|
||||
<div class="grid grid-cols-1 gap-4 md:grid-cols-2">
|
||||
<!-- ID del Cliente -->
|
||||
<!-- ID del Cliente (opcional) -->
|
||||
<div class="space-y-2">
|
||||
<Label for="client_id">Cliente <span class="text-red-500">*</span></Label>
|
||||
<Label for="client_id">Cliente</Label>
|
||||
<Select.Root
|
||||
type="single"
|
||||
value={String(formData.client_id ?? '')}
|
||||
|
||||
Reference in New Issue
Block a user