0
Fork 0
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:
Charles Zhao 2023-03-11 21:33:09 +08:00 committed by GitHub
parent fa8a357d0e
commit 922e3a3a38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,6 @@ const TextInput = (
disabled,
className,
readOnly,
value,
size = 'medium',
...rest
}: Props,