Skip to content
Snippets Groups Projects
Commit ebbbef3d authored by Briggs, Aaron Shane's avatar Briggs, Aaron Shane
Browse files

change log

parent 1beca794
No related branches found
No related tags found
1 merge request!42Wdfn 632 switching methods does not update hydrograph or url
......@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased](https://github.com/usgs/waterdataui/compare/waterdataui-0.50.0...master)
### Fixed
- The Method Picker responds to changes in option selection.
## [0.50.0](https://github.com/usgs/waterdataui/compare/waterdataui-0.49.0...waterdataui-0.50.0) - 2021-08-18
### Changed
......
......@@ -59,6 +59,5 @@ export const drawMethodPicker = function(container, sortedIVMethods, store) {
.attr('selected', index === 0 ? true : null)
.attr('value', method.methodID)
.attr('disabled', method.pointCount === 0 ? true : null);
});
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment