Skip to content

Commit

Permalink
chore(app): try to remove 4.29 deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Apr 4, 2024
1 parent 5df1462 commit cf16f89
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/ClientApp/src/components/Mapping/MapView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -280,17 +280,7 @@ const ReactMapView = ({ filter, mapDispatcher, zoomToGraphic, definitionExpressi
ui: {
components: ['zoom'],
},
popup: {
actions: null,
spinnerEnabled: false,
collapseEnabled: false,
highlightEnabled: false,
dockOptions: {
breakpoint: false,
buttonEnabled: false,
position: 'top-right',
},
},
popup: null,
});

mapDispatcher({
Expand Down

0 comments on commit cf16f89

Please sign in to comment.