Skip to content

Commit

Permalink
refactor(download.js): remove unused prop and duplicated format exten…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
amoncaldas committed Dec 28, 2021
1 parent 5682d5f commit ab8f0b8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/fragments/forms/map-form/components/download/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@ export default {
Type: MapViewData,
Required: true
},
requestArgs: {
Type: Object,
Required: true
},
downloadFormatsSupported: {
Type: Array,
default: function () {
return ['json', 'ors-gpx', 'geojson', 'to-gpx', 'gpx', 'kml']
return ['json', 'ors-gpx', 'geojson', 'to-gpx', 'kml']
}
}
},
Expand Down

0 comments on commit ab8f0b8

Please sign in to comment.