Merge pull request #3449 from overleaf/ta-storybook-sentry

Stub ExposedSettings in Storybook

GitOrigin-RevId: 2729b181bba869ab3ce8d896e8cff25d5e42c142
This commit is contained in:
Hugh O'Brien 2020-12-09 11:56:34 +00:00 committed by Copybot
parent 88b9c371bc
commit 7812a77cd8

View file

@ -63,3 +63,5 @@ const withTheme = (Story, context) => {
)
}
export const decorators = [withTheme]
window.ExposedSettings = {}