From 7e848d3d3044611d52dd90d4c1bcd1a16f5878a9 Mon Sep 17 00:00:00 2001 From: AshAnand34 Date: Tue, 8 Jul 2025 10:39:25 -0700 Subject: [PATCH] removed duplicate placeholder attribute in ToolTextInput.tsx --- src/components/input/ToolTextInput.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/input/ToolTextInput.tsx b/src/components/input/ToolTextInput.tsx index 18a4027..1d6f3e1 100644 --- a/src/components/input/ToolTextInput.tsx +++ b/src/components/input/ToolTextInput.tsx @@ -53,7 +53,6 @@ export default function ToolTextInput({ placeholder={placeholder} multiline rows={10} - placeholder={placeholder} sx={{ '&.MuiTextField-root': { backgroundColor: 'background.paper'