Skip to content

Commit

Permalink
Fixed site edit for known shapes #3302
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Sep 26, 2024
1 parent 68689e0 commit 56fc633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/assets/javascripts/sites.js
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ var PidLocation = function (l, options) {

function SiteViewModelWithMapIntegration (siteData, projectId, options) {
var self = this;
SiteViewModel.apply(self, [siteData], options);
SiteViewModel.apply(self, [siteData, null, options]);

self.renderPOIs = function(){
removeMarkers();
Expand Down

0 comments on commit 56fc633

Please sign in to comment.