diff --git a/components/Search/index.js b/components/Search/index.js index 71f0b84..9ca2dbe 100644 --- a/components/Search/index.js +++ b/components/Search/index.js @@ -1,4 +1,4 @@ -import { DownOutlined, UpOutlined } from "@ant-design/icons"; +import { DownOutlined, SearchOutlined, UndoOutlined, UpOutlined } from "@ant-design/icons"; import { Button, Col, Form, Row } from "antd"; import { useEffect, useRef, useState } from "react"; import FormItemsRenderer from "../FormBuilder/FormItemsRenderer"; @@ -87,14 +87,14 @@ const Search = (props) => { initialValues={values} />