Skip to content

Commit

Permalink
Add label to another dev page input
Browse files Browse the repository at this point in the history
  • Loading branch information
connorlanigan committed Aug 10, 2023
1 parent be6f68b commit c387861
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/funnel-analytics/nested-funnels.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ export default function WizardPage() {
<Container header={<Header>Another header</Header>}>
<Form>
Here is a substep nested inside a substep.
<Input readOnly={true} value="" />
<FormField label="An input field">
<Input readOnly={true} value="" />
</FormField>
</Form>
</Container>
</Container>
Expand Down

0 comments on commit c387861

Please sign in to comment.