Fix build
This commit is contained in:
parent
f9a00a0680
commit
6ae14e93ee
4 changed files with 7 additions and 7 deletions
|
|
@ -12,7 +12,7 @@ export function createPageStory<PageId extends KcContext["pageId"]>(params: {
|
|||
|
||||
const { kcContext } = getKcContext({
|
||||
mockPageId: pageId,
|
||||
storyParams: params.kcContext
|
||||
storyPartialKcContext: params.kcContext
|
||||
});
|
||||
|
||||
return <KcApp kcContext={kcContext} />;
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ export function createPageStory<PageId extends KcContext["pageId"]>(params: {
|
|||
|
||||
const { kcContext } = getKcContext({
|
||||
mockPageId: pageId,
|
||||
storyParams: params.kcContext
|
||||
storyPartialKcContext: params.kcContext
|
||||
});
|
||||
|
||||
return <KcApp kcContext={kcContext} />;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue