removed duplicate placeholder attribute in ToolTextInput.tsx

This commit is contained in:
AshAnand34 2025-07-08 10:39:25 -07:00
commit 7e848d3d30

View file

@ -53,7 +53,6 @@ export default function ToolTextInput({
placeholder={placeholder}
multiline
rows={10}
placeholder={placeholder}
sx={{
'&.MuiTextField-root': {
backgroundColor: 'background.paper'