Explorar o código

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

Stub ExposedSettings in Storybook

GitOrigin-RevId: 2729b181bba869ab3ce8d896e8cff25d5e42c142
Hugh O'Brien %!s(int64=5) %!d(string=hai) anos
pai
achega
7812a77cd8
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      services/web/.storybook/preview.js

+ 2 - 0
services/web/.storybook/preview.js

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