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 3, 2024
1 parent da9cb53 commit d87fa7d
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 d87fa7d

Please sign in to comment.