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,