Skip to content

Commit

Permalink
Fix Storybook hanging the browser issue with Template storybooks (#470)
Browse files Browse the repository at this point in the history
Co-authored-by: Vishal <[email protected]>
  • Loading branch information
vishalshrm539 and Vishal authored Apr 23, 2024
1 parent 6b9ee9a commit 94403f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@ export const parameters = {
value: WorkTheme.base.palette['secondary-background']
}
]
},
docs: {
source: { type: 'code' }
}
};

0 comments on commit 94403f1

Please sign in to comment.