Skip to content

Commit

Permalink
form newsletter code connect input field child
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-figma committed Sep 9, 2024
1 parent 6b8fe26 commit 64c1db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/figma/compositions/Forms.figma.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ figma.connect(FormBox, "<FIGMA_FORMS_FORM_REGISTER>", {
});

figma.connect(FormBox, "<FIGMA_FORMS_FORM_NEWSLETTER>", {
props: { children: figma.children(["Input", "Button"]) },
props: { children: figma.children(["Input Field", "Button"]) },
example: ({ children }) => (
<Form singleLine onSubmit={() => {}}>
{children}
Expand Down

0 comments on commit 64c1db0

Please sign in to comment.