Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/WaveHeightLocationsView.cs =================================================================== diff -u -r55e69da3d14b07eba90b3e48c39f32f134c9a271 -r75d12c89224759df39acf21f187f309a3e4ae274 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/WaveHeightLocationsView.cs (.../WaveHeightLocationsView.cs) (revision 55e69da3d14b07eba90b3e48c39f32f134c9a271) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/WaveHeightLocationsView.cs (.../WaveHeightLocationsView.cs) (revision 75d12c89224759df39acf21f187f309a3e4ae274) @@ -59,8 +59,7 @@ DataGridViewRow currentRow = dataGridViewControl.CurrentRow; return currentRow != null - ? new WaveHeightLocationContext(((HydraulicBoundaryLocationRow) currentRow.DataBoundItem).CalculatableObject, - AssessmentSection.HydraulicBoundaryDatabase) + ? new WaveHeightLocationContext(((HydraulicBoundaryLocationRow) currentRow.DataBoundItem).CalculatableObject) : null; }