Prechádzať zdrojové kódy

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

Stub ExposedSettings in Storybook

GitOrigin-RevId: 2729b181bba869ab3ce8d896e8cff25d5e42c142
Hugh O'Brien 5 rokov pred
rodič
commit
7812a77cd8
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  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 = {}