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 4c93d13 commit 34b14f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/ClientApp/src/components/Mapping/MapView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,11 @@ const ReactMapView = ({ filter, mapDispatcher, zoomToGraphic, definitionExpressi
},
popup: {
actions: null,
spinnerEnabled: false,
collapseEnabled: false,
highlightEnabled: false,
visibleElements: {
spinnerEnabled: false,
collapseEnabled: false,
},
dockOptions: {
breakpoint: false,
buttonEnabled: false,
Expand Down

0 comments on commit 34b14f6

Please sign in to comment.