|
@@ -5,6 +5,7 @@ import { respuestas } from '../../utilities';
|
|
import { useNavigate } from 'react-router-dom';
|
|
import { useNavigate } from 'react-router-dom';
|
|
import { useQuery, useModel } from '../../hooks';
|
|
import { useQuery, useModel } from '../../hooks';
|
|
import { Select } from '../../components';
|
|
import { Select } from '../../components';
|
|
|
|
+import EditorTexto from "../../components/EditorTexto";
|
|
import { DefaultLayout } from '../../components/layouts';
|
|
import { DefaultLayout } from '../../components/layouts';
|
|
|
|
|
|
const { Text } = Typography;
|
|
const { Text } = Typography;
|
|
@@ -327,7 +328,7 @@ const CondicionanteDetalle = () => {
|
|
{ required: true, message: 'La descripción es obligatoria.' }
|
|
{ required: true, message: 'La descripción es obligatoria.' }
|
|
]}
|
|
]}
|
|
>
|
|
>
|
|
- <Input.TextArea rows={3} />
|
|
|
|
|
|
+ <EditorTexto altura={200} />
|
|
</Form.Item>
|
|
</Form.Item>
|
|
</Col>
|
|
</Col>
|
|
<Col md={12} xs={24}>
|
|
<Col md={12} xs={24}>
|