Просмотр исходного кода

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

Stub ExposedSettings in Storybook

GitOrigin-RevId: 2729b181bba869ab3ce8d896e8cff25d5e42c142
Hugh O'Brien 5 лет назад
Родитель
Сommit
7812a77cd8
1 измененных файлов с 2 добавлено и 0 удалено
  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]
 export const decorators = [withTheme]
+
+window.ExposedSettings = {}