Skip to content

Commit

Permalink
removing the alert
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Oct 28, 2024
1 parent 11f47bf commit 6d9ecd9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/map/adcirc-raster-layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,7 @@ export const AdcircRasterLayer = (layer) => {

// populate selectedObservations list with the newly selected observation point
setSelectedObservations(previous => [...previous, pointProps]);
} else
setAlertMsg({
'severity': 'warning',
'msg': 'Geo-point selection is not available for the ' + layer.properties['product_name'] + ' product.'
});
}
}
});

Expand Down

0 comments on commit 6d9ecd9

Please sign in to comment.