Skip to content

Commit

Permalink
Merge branch 'master' into DHIS2-13473/analytics-table-hooks-2
Browse files Browse the repository at this point in the history
  • Loading branch information
benguaraldi authored Nov 1, 2024
2 parents ec2969a + 1d4a46b commit e00b175
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/config/field-overrides/externalMapLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,17 @@ export default new Map([
},
},
],
[
'mapService',
{
required: true,
component: props => {
const options = props.options.filter(
option => option.value !== 'ARCGIS_FEATURE'
);

return <DropDown {...props} options={options} />;
},
},
],
]);

0 comments on commit e00b175

Please sign in to comment.