Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Jan 16, 2025
1 parent 6c6a571 commit 9a534b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const NodeInput = ({
case UiNodeInputAttributesTypeEnum.Checkbox:
return (
<Node.Label
// The label is rendered in the checkbox component
// The label is rendered in the checkbox component
attributes={{ ...attrs, label: undefined }}
node={{ ...node, meta: { ...node.meta, label: undefined } }}
>
Expand Down

0 comments on commit 9a534b3

Please sign in to comment.