diff --git a/DashAI/front/src/components/notebooks/tool/ConfigureToolModal.jsx b/DashAI/front/src/components/notebooks/tool/ConfigureToolModal.jsx index 7445bd63f..99c457946 100644 --- a/DashAI/front/src/components/notebooks/tool/ConfigureToolModal.jsx +++ b/DashAI/front/src/components/notebooks/tool/ConfigureToolModal.jsx @@ -119,7 +119,6 @@ export default function ConfigureToolModal({ }} > - Configure {tool.type}: {tool.display_name} {t("datasets:label.configureToolTitle", { toolType: tool.type, toolName: tool.display_name,