diff --git a/cyclops-ui/src/components/form/fields/map/MapField.tsx b/cyclops-ui/src/components/form/fields/map/MapField.tsx index e2a0cd44..ac76b77b 100644 --- a/cyclops-ui/src/components/form/fields/map/MapField.tsx +++ b/cyclops-ui/src/components/form/fields/map/MapField.tsx @@ -1,6 +1,7 @@ import React from "react"; import { Button, Col, Divider, Form, Input, Row } from "antd"; import { MinusCircleOutlined, PlusOutlined } from "@ant-design/icons"; +import TextArea from "antd/es/input/TextArea"; interface Props { field: any; @@ -72,7 +73,7 @@ export const MapField = ({ rules={[{ required: true, message: "Missing value" }]} style={{ margin: 0, flex: 1, marginRight: "12px" }} > - +