Skip to content

Commit

Permalink
Undo alternate name
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraGeowerkstatt committed Aug 14, 2024
1 parent bc5e532 commit 80ed219
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const BoreholeTable: FC<BoreholeTableProps> = ({
}, [boreholes?.length]);

const columns: GridColDef[] = [
{ field: "alternate_name", headerName: t("name"), flex: 1 },
{ field: "original_name", headerName: t("name"), flex: 1 },
{
field: "workgroup",
valueGetter: (value: { name: string }) => {
Expand Down

0 comments on commit 80ed219

Please sign in to comment.