Skip to content

Commit de386b0

Browse files
committed
fix: update tool configuration title in ConfigureToolModal
1 parent 8318908 commit de386b0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

DashAI/front/src/components/notebooks/tool/ConfigureToolModal.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ export default function ConfigureToolModal({
119119
}}
120120
>
121121
<Typography variant="h6" fontWeight="600" sx={{ whiteSpace: "nowrap" }}>
122-
Configure {tool.type}: {tool.display_name}
123122
{t("datasets:label.configureToolTitle", {
124123
toolType: tool.type,
125124
toolName: tool.display_name,

0 commit comments

Comments
 (0)