Skip to content

Commit

Permalink
Hide source_id ( Internal only )
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Jan 24, 2024
1 parent 54335da commit 5e0ef01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/maps/ingestion/@id/edit-table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export default function TableInterface({ url }: EditTableProps) {
return [];
}

const allHiddenColumns = [...hiddenColumns, "_pkid"];
const allHiddenColumns = [...hiddenColumns, "_pkid", "source_id"];

return tableColumns.filter((x) => !allHiddenColumns.includes(x));
}, [tableColumns, hiddenColumns]);
Expand Down

0 comments on commit 5e0ef01

Please sign in to comment.