From 922e3a3a38989df14dcbea332a95c30619d1862c Mon Sep 17 00:00:00 2001 From: Charles Zhao Date: Sat, 11 Mar 2023 21:33:09 +0800 Subject: [PATCH] fix(console): text input value should display properly (#3366) --- packages/console/src/components/TextInput/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/console/src/components/TextInput/index.tsx b/packages/console/src/components/TextInput/index.tsx index 8f17f6492..8fca3c234 100644 --- a/packages/console/src/components/TextInput/index.tsx +++ b/packages/console/src/components/TextInput/index.tsx @@ -21,7 +21,6 @@ const TextInput = ( disabled, className, readOnly, - value, size = 'medium', ...rest }: Props,