Skip to content
Snippets Groups Projects
Commit 1cdd79e4 authored by Tom Robinson's avatar Tom Robinson
Browse files

Add 'Sample values' to geojson property selecr

parent 7c3bfa50
No related branches found
No related tags found
No related merge requests found
......@@ -203,7 +203,7 @@ const GeoJsonPropertySelect = ({ value, onChange, geoJson }) => {
<div>
<div>{name}</div>
<div className="mt1 h6" style={{ maxWidth: 250, whiteSpace: "nowrap", overflow: "hidden", textOverflow: "ellipsis" }}>
{values.join(", ")}
Sample values: {values.join(", ")}
</div>
</div>
</Option>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment