Revert "Ajustar layout campos paciente"
This reverts commit cd18eed15a.
This commit is contained in:
@@ -204,6 +204,14 @@ export function Pacientes({
|
||||
</SelectContent>
|
||||
</Select>
|
||||
</div>
|
||||
<div>
|
||||
<Label>Historia Clínica</Label>
|
||||
<Input
|
||||
value={historiaClinica}
|
||||
onChange={(e) => setHistoriaClinica(e.target.value)}
|
||||
placeholder="Historia clínica..."
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<Label>Obra Social</Label>
|
||||
<Input
|
||||
@@ -220,14 +228,6 @@ export function Pacientes({
|
||||
placeholder="Nacionalidad del paciente"
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<Label>Historia Clínica</Label>
|
||||
<Input
|
||||
value={historiaClinica}
|
||||
onChange={(e) => setHistoriaClinica(e.target.value)}
|
||||
placeholder="Historia clínica..."
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<Label>Dirección</Label>
|
||||
<Input
|
||||
|
||||
Reference in New Issue
Block a user