Skip to content

Commit

Permalink
chore(SLB-512): altering exec query
Browse files Browse the repository at this point in the history
  • Loading branch information
elistone committed Jan 20, 2025
1 parent 10468c4 commit 5fbe3cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ui/src/pages.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import {
ContentHubQuery,
ContentHubTermsQuery,
FrameQuery,
OperationExecutorsProvider,
ViewPageQuery,
Expand Down Expand Up @@ -46,6 +47,7 @@ export const ContentHubPage = (() => {
executors={[
{ executor: PageStory.args, id: ViewPageQuery },
{ executor: WithResults.args?.execQuery, id: ContentHubQuery },
{ executor: WithResults.args?.execTerms, id: ContentHubTermsQuery },
{ executor: FrameStory.args, id: FrameQuery },
]}
>
Expand Down

0 comments on commit 5fbe3cb

Please sign in to comment.