mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-06 00:44:57 +05:30
removed duplicate placeholder attribute in ToolTextInput.tsx
This commit is contained in:
parent
8a0d757718
commit
7e848d3d30
1 changed files with 0 additions and 1 deletions
|
|
@ -53,7 +53,6 @@ export default function ToolTextInput({
|
||||||
placeholder={placeholder}
|
placeholder={placeholder}
|
||||||
multiline
|
multiline
|
||||||
rows={10}
|
rows={10}
|
||||||
placeholder={placeholder}
|
|
||||||
sx={{
|
sx={{
|
||||||
'&.MuiTextField-root': {
|
'&.MuiTextField-root': {
|
||||||
backgroundColor: 'background.paper'
|
backgroundColor: 'background.paper'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue