Skip to content

Commit 3368a73

Browse files
chore: Create a story for SharingModal component
Co-Authored-By: Joseph Gross <[email protected]>
1 parent 24bbec8 commit 3368a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elements/content-sharing/stories/SharingModal.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const createMockAPI = () => {
1515
apiHost: 'https://api.box.com',
1616
clientName: 'box-ui-elements',
1717
id: `file_${MOCK_ITEM_ID}`,
18-
token: 'dummy-token',
18+
token: process.env.BOX_SAMPLE_TOKEN || '',
1919
});
2020

2121
// Mock API methods

0 commit comments

Comments
 (0)