Skip to content

Commit

Permalink
Fixed incorrect selector, helical to mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Oct 10, 2023
1 parent 7f99548 commit ac29010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/Tasks/Mesh.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ const MeshForm = reduxForm({
warn,
})(Mesh);

const selector = formValueSelector('helical');
const selector = formValueSelector('mesh');

export default connect((state) => {
const subdir = selector(state, 'subdir');
Expand Down

0 comments on commit ac29010

Please sign in to comment.