diff --git a/web/src/screens/filters/action.tsx b/web/src/screens/filters/action.tsx index cc5c862..fc0d46f 100644 --- a/web/src/screens/filters/action.tsx +++ b/web/src/screens/filters/action.tsx @@ -15,6 +15,7 @@ import { CollapsableSection } from "./details"; import { CustomTooltip } from "../../components/tooltips/CustomTooltip"; import { Link } from "react-router-dom"; import { useFormikContext } from "formik"; +import { TextArea } from "../../components/inputs/input"; interface FilterActionsProps { filter: Filter; @@ -183,10 +184,11 @@ const TypeForm = ({ action, idx, clients }: TypeFormProps) => { columns={6} placeholder="Host eg. http://localhost/webhook" /> -