Skip to content

Commit

Permalink
Update src/smart-components/common/expandable-checkbox.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Hlavac <[email protected]>
  • Loading branch information
karelhala and fhlavac authored Nov 14, 2024
1 parent 5aece2e commit 722484e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smart-components/common/expandable-checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export type ExpandableCheckboxItemType = {

const ExpandableCheckbox: React.FC<UseFieldApiConfig> = (props) => {
const formOptions = useFormApi();
const { items, input, ...rest } = useFieldApi(props);
const { items, input } = useFieldApi(props);
console.log(formOptions, rest, formOptions.getState().values, 'this is formOptions!');
return (
<FormGroup>
Expand Down

0 comments on commit 722484e

Please sign in to comment.