diff --git a/src/components/robot/pages/RobotIntegrationPage.tsx b/src/components/robot/pages/RobotIntegrationPage.tsx index 6843a9b5..cf4da842 100644 --- a/src/components/robot/pages/RobotIntegrationPage.tsx +++ b/src/components/robot/pages/RobotIntegrationPage.tsx @@ -35,7 +35,7 @@ import { getStoredRecording } from "../../../api/storage"; import { apiUrl } from "../../../apiConfig.js"; import { v4 as uuid } from "uuid"; import { useTranslation } from "react-i18next"; -import { useNavigate, useParams, useLocation } from "react-router-dom"; +import { useNavigate, useLocation } from "react-router-dom"; import { addWebhook, updateWebhook,