Skip to content

Commit

Permalink
group TextField and TextArea together (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkernohanbc authored Jul 22, 2024
1 parent 847942e commit 599b718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-components/src/stories/TextArea.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Meta, StoryObj } from "@storybook/react";
import { TextArea } from "../components";

const meta = {
title: "Components/TextArea/TextArea",
title: "Components/Text Inputs/Text Area (multi-line)",
component: TextArea,
parameters: {
layout: "centered",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Meta, StoryObj } from "@storybook/react";
import { TextField } from "../components";

const meta = {
title: "Components/TextField/TextField",
title: "Components/Text Inputs/Text Field (single line)",
component: TextField,
parameters: {
layout: "centered",
Expand Down

0 comments on commit 599b718

Please sign in to comment.