We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fac9b9 commit 6b030bdCopy full SHA for 6b030bd
assets/src/dashboard/parts/components/RadioBoxes.js
@@ -3,7 +3,6 @@ import classNames from 'classnames';
3
export default function RadioBoxes({ options, value, onChange, label, disabled = false, className }) {
4
5
const handleClick = ( e ) => {
6
- console.log( e );
7
onChange( e.target.value );
8
};
9
0 commit comments