Skip to content

Commit e7ce300

Browse files
committed
2 parents ec08b6a + 217771f commit e7ce300

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/pgadmin/tools/sqleditor/static/js/components/sections/GeometryViewer.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ const StyledBox = styled(Box)(({theme}) => ({
5050
},
5151
}));
5252

53+
const PK_COLUMN_NAMES = ['id', 'oid'];
54+
5355
function parseEwkbData(rows, column) {
5456
let key = column.key;
5557
const maxRenderByteLength = 20 * 1024 * 1024; //render geometry data up to 20MB
@@ -192,7 +194,6 @@ function parseData(rows, columns, column) {
192194
};
193195
}
194196

195-
196197
function PopupTable({data}) {
197198

198199
return (

0 commit comments

Comments
 (0)