Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Jun 25, 2024
1 parent 8fa43f5 commit 7951c21
Show file tree
Hide file tree
Showing 3 changed files with 559 additions and 1,425 deletions.
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@custom/cms": "workspace:*",
"@custom/schema": "workspace:*",
"@custom/ui": "workspace:*",
"netlify-cli": "^17.21.1",
"netlify-cli": "^17.29.0",
"react": "19.0.0-rc.0",
"react-dom": "19.0.0-rc.0",
"react-error-boundary": "^4.0.13",
Expand Down
3 changes: 2 additions & 1 deletion packages/ui/src/pages.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ export const ContentHubPage = (() => {
<OperationExecutorsProvider
executors={[
{ executor: PageStory.args, id: ViewPageQuery },
{ executor: WithResults.args, id: ContentHubQuery },
{ executor: WithResults.args?.exec, id: ContentHubQuery },
{ executor: FrameStory.args, id: FrameQuery },
]}
>
<Frame>
Expand Down
Loading

0 comments on commit 7951c21

Please sign in to comment.