diff --git a/ui/app/mirrors/create/cdc/schemabox.tsx b/ui/app/mirrors/create/cdc/schemabox.tsx index e205f33ab5..ce193fc36e 100644 --- a/ui/app/mirrors/create/cdc/schemabox.tsx +++ b/ui/app/mirrors/create/cdc/schemabox.tsx @@ -182,10 +182,10 @@ const SchemaBox = ({ row.schema === schema && row.source.toLowerCase().includes(tableQuery.toLowerCase()) ) - .map((row, index) => { + .map((row) => { const columns = getTableColumns(row.source); return ( -
{
return schema.toLowerCase().includes(schemaQuery.toLowerCase());
})
- .map((schema, index) => (
+ .map((schema) => (