Skip to content

Commit

Permalink
fix issue from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Nov 7, 2023
1 parent 54ba602 commit 173ec30
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ui/app/mirrors/create/tablemapping.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@ const TableMapping = ({
return row.source.toLowerCase().includes(searchQuery.toLowerCase());
});

const filteredRows = rows?.filter((row) => {
return row.source.toLowerCase().includes(searchQuery.toLowerCase());
});

useEffect(() => {
if (peerType != undefined && dBTypeToJSON(peerType) == 'BIGQUERY') {
setRows((rows) => {
Expand Down

0 comments on commit 173ec30

Please sign in to comment.