Skip to content

Commit

Permalink
Update ProbeCNC.js
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-github committed Dec 4, 2023
1 parent 3d62c3d commit 4e226d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Panels/ProbeCNC.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ const ProbePanel = () => {
],
},
],

value: probeaxis,
variableName: '#selected_axis#',
},
Expand Down Expand Up @@ -511,7 +512,6 @@ const ProbePanel = () => {
}
return (
<Field
m-2
inline
id={element.id}
type={element.type}
Expand Down

0 comments on commit 4e226d7

Please sign in to comment.