diff --git a/packages/web-console/src/scenes/Import/ImportCSVFiles/table-schema/column.tsx b/packages/web-console/src/scenes/Import/ImportCSVFiles/table-schema/column.tsx index b87dc8b82..b76342d2e 100644 --- a/packages/web-console/src/scenes/Import/ImportCSVFiles/table-schema/column.tsx +++ b/packages/web-console/src/scenes/Import/ImportCSVFiles/table-schema/column.tsx @@ -111,7 +111,6 @@ export const Column = ({ { onSetTimestamp(column.name) @@ -161,7 +160,6 @@ export const Column = ({ helperText="Required when using the TIMESTAMP type" > diff --git a/packages/web-console/src/scenes/Import/ImportCSVFiles/table-schema/columns.tsx b/packages/web-console/src/scenes/Import/ImportCSVFiles/table-schema/columns.tsx index cb1e26435..da947801e 100644 --- a/packages/web-console/src/scenes/Import/ImportCSVFiles/table-schema/columns.tsx +++ b/packages/web-console/src/scenes/Import/ImportCSVFiles/table-schema/columns.tsx @@ -127,16 +127,6 @@ export const Columns = ({ return ( <> - {isEditLocked && ( - - - - Schema is read-only when importing to an existing table. -
- To edit, change the target table name and try again. -
-
- )} {!isEditLocked && (