Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
fix: InputField storybook file is not rendering (fix-inputField) (cal…
Browse files Browse the repository at this point in the history
…com#10938)

Co-authored-by: gitstart-calcom <[email protected]>
  • Loading branch information
gitstart-calcom and gitstart authored Oct 9, 2023
1 parent 5b7224e commit a357507
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions packages/ui/components/form/inputs/inputs.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
import { Canvas, Meta, Story, ArgsTable } from "@storybook/addon-docs";
import { Canvas, Meta, Story } from "@storybook/addon-docs";

import {
Examples,
Example,
Note,
Title,
CustomArgsTable,
VariantRow,
VariantsTable,
} from "@calcom/storybook/components";

import { Select, UnstyledSelect } from "../select";
import { InputFieldWithSelect } from "./Input";
import { InputField } from "./Input";
import { InputFieldWithSelect } from "./InputFieldWithSelect";
import { InputField } from "./TextField";

<Meta title="UI/Form/Input Field" component={InputField} />

<Title title="Inputs" suffix="Brief" subtitle="Version 2.0 — Last Update: 22 Aug 2022" />
<Title title="Inputs" suffix="Brief" subtitle="Version 2.0 — Last Update: 24 Aug 2023" />

## Definition

Expand Down

0 comments on commit a357507

Please sign in to comment.