Remove story
This commit is contained in:
parent
914368bfeb
commit
a1353d20b3
1 changed files with 0 additions and 16 deletions
|
@ -116,20 +116,4 @@ storiesOf("Generics / Rich text editor", module)
|
|||
name="content"
|
||||
onChange={() => undefined}
|
||||
/>
|
||||
))
|
||||
.add("invalid content", () => (
|
||||
<RichTextEditor
|
||||
disabled={false}
|
||||
error={false}
|
||||
helperText={""}
|
||||
initial={
|
||||
{
|
||||
content: "dummy",
|
||||
key2: "this is not valid draftjs content"
|
||||
} as any
|
||||
}
|
||||
label="Content"
|
||||
name="content"
|
||||
onChange={() => undefined}
|
||||
/>
|
||||
));
|
||||
|
|
Loading…
Reference in a new issue