Skip to content

Commit

Permalink
fixed story book example
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodcog committed Sep 26, 2024
1 parent 76b20b4 commit 01a6e6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions react-components/stories/SearchHooks.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ import { is360ImageAddOptions } from '../src/components/Reveal3DResources/typeGu
const queryClient = new QueryClient();
const sdk = createSdkByUrlToken();
const viewsToSearch = [
{ externalId: 'Equipment', space: 'fdx-boys' },
{ externalId: 'WorkOrderMultiple', space: 'fdx-boys' },
{ externalId: 'WorkOrderSingle', space: 'fdx-boys' }
{ externalId: 'Equipment', space: 'fdx-boys', version: 'e040583320d31a' },
{ externalId: 'WorkOrderMultiple', space: 'fdx-boys', version: 'e040583320d31a' },
{ externalId: 'WorkOrderSingle', space: 'fdx-boys', version: 'e040583320d31a' }
];

type Equipment = {
Expand Down

0 comments on commit 01a6e6b

Please sign in to comment.