Remove unessesary stories
This commit is contained in:
parent
4b3de54e18
commit
dd770cd7c6
@ -21,47 +21,7 @@ export const Default: Story = {
|
|||||||
<PageStory
|
<PageStory
|
||||||
kcContext={{
|
kcContext={{
|
||||||
message: {
|
message: {
|
||||||
summary: "Server info message",
|
summary: "Server info message"
|
||||||
type: "info"
|
|
||||||
}
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
)
|
|
||||||
};
|
|
||||||
|
|
||||||
export const WithWarning: Story = {
|
|
||||||
render: () => (
|
|
||||||
<PageStory
|
|
||||||
kcContext={{
|
|
||||||
message: {
|
|
||||||
summary: "Server warning message",
|
|
||||||
type: "warning"
|
|
||||||
}
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
)
|
|
||||||
};
|
|
||||||
|
|
||||||
export const WithError: Story = {
|
|
||||||
render: () => (
|
|
||||||
<PageStory
|
|
||||||
kcContext={{
|
|
||||||
message: {
|
|
||||||
summary: "Server error message",
|
|
||||||
type: "error"
|
|
||||||
}
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
)
|
|
||||||
};
|
|
||||||
|
|
||||||
export const WithSuccess: Story = {
|
|
||||||
render: () => (
|
|
||||||
<PageStory
|
|
||||||
kcContext={{
|
|
||||||
message: {
|
|
||||||
summary: "Server success message",
|
|
||||||
type: "success"
|
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user