Skip to content

Commit

Permalink
Intersection wellpicks bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenthoms committed Sep 16, 2024
1 parent 0d1914e commit ec5a90a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export function WellpicksLayerSettingsComponent(props: WellpicksLayerSettingsCom
function propagateSettingsChange() {
props.layer.maybeUpdateSettings(newSettings);
props.layer.maybeRefetchData();
setNewSettings({});
},
[newSettings, props.layer]
);
Expand Down

0 comments on commit ec5a90a

Please sign in to comment.