Skip to content

Commit

Permalink
Fix wrong prop value for Multiple field
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieur-z committed Sep 12, 2024
1 parent 9e64f38 commit 2533b5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import JetpackFieldChoiceEdit from '../jetpack-field-choice/edit';

export default function JetpackFieldMultipleChoiceEdit( props ) {
return <JetpackFieldChoiceEdit { ...props } type="radio" />;
return <JetpackFieldChoiceEdit { ...props } type="checkbox" />;
}

0 comments on commit 2533b5d

Please sign in to comment.