mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #3449 from overleaf/ta-storybook-sentry
Stub ExposedSettings in Storybook GitOrigin-RevId: 2729b181bba869ab3ce8d896e8cff25d5e42c142
This commit is contained in:
parent
88b9c371bc
commit
7812a77cd8
1 changed files with 2 additions and 0 deletions
|
@ -63,3 +63,5 @@ const withTheme = (Story, context) => {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
export const decorators = [withTheme]
|
export const decorators = [withTheme]
|
||||||
|
|
||||||
|
window.ExposedSettings = {}
|
||||||
|
|
Loading…
Reference in a new issue