This commit is contained in:
parent
46201146cb
commit
74cf715381
|
@ -11,4 +11,8 @@ export default {
|
||||||
component: PageStory,
|
component: PageStory,
|
||||||
} as ComponentMeta<typeof PageStory>;
|
} as ComponentMeta<typeof PageStory>;
|
||||||
|
|
||||||
export const Default: ComponentStory<typeof PageStory> = () => <PageStory />;
|
export const Default: ComponentStory<typeof PageStory> = () => <PageStory
|
||||||
|
kcContext={{
|
||||||
|
message: { type: "success", summary: "This is a test message" }
|
||||||
|
}}
|
||||||
|
/>;
|
||||||
|
|
Loading…
Reference in a new issue