Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Oct 3, 2023
1 parent 587398b commit 6bba6d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
6 changes: 1 addition & 5 deletions docs/data/joy/components/input/InputValidation.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ export default function InputValidation() {
<Input placeholder="Type in here…" error defaultValue="Oh no, error found!" />
<FormControl error>
<FormLabel>Label</FormLabel>
<Input
placeholder="Type in here…"
error
defaultValue="Oh no, error found!"
/>
<Input placeholder="Type in here…" defaultValue="Oh no, error found!" />
<FormHelperText>
<InfoOutlined />
Opps! something is wrong.
Expand Down
6 changes: 1 addition & 5 deletions docs/data/joy/components/input/InputValidation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ export default function InputValidation() {
<Input placeholder="Type in here…" error defaultValue="Oh no, error found!" />
<FormControl error>
<FormLabel>Label</FormLabel>
<Input
placeholder="Type in here…"
error
defaultValue="Oh no, error found!"
/>
<Input placeholder="Type in here…" defaultValue="Oh no, error found!" />
<FormHelperText>
<InfoOutlined />
Opps! something is wrong.
Expand Down
6 changes: 1 addition & 5 deletions docs/data/joy/components/input/InputValidation.tsx.preview
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
<Input placeholder="Type in here…" error defaultValue="Oh no, error found!" />
<FormControl error>
<FormLabel>Label</FormLabel>
<Input
placeholder="Type in here…"
error
defaultValue="Oh no, error found!"
/>
<Input placeholder="Type in here…" defaultValue="Oh no, error found!" />
<FormHelperText>
<InfoOutlined />
Opps! something is wrong.
Expand Down

0 comments on commit 6bba6d9

Please sign in to comment.