Sfoglia il codice sorgente

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

Stub ExposedSettings in Storybook

GitOrigin-RevId: 2729b181bba869ab3ce8d896e8cff25d5e42c142
Hugh O'Brien 5 anni fa
parent
commit
7812a77cd8
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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 = {}