mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
fix(console): text input value should display properly (#3366)
This commit is contained in:
parent
fa8a357d0e
commit
922e3a3a38
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ const TextInput = (
|
||||||
disabled,
|
disabled,
|
||||||
className,
|
className,
|
||||||
readOnly,
|
readOnly,
|
||||||
value,
|
|
||||||
size = 'medium',
|
size = 'medium',
|
||||||
...rest
|
...rest
|
||||||
}: Props,
|
}: Props,
|
||||||
|
|
Loading…
Reference in a new issue