Merge pull request #5128 from overleaf/ae-storybook-project-id

Set window.project_id in Storybook config

GitOrigin-RevId: 51d43b3be9afcd6b61e86701b00f479e8f32d525
This commit is contained in:
Alf Eaton 2021-09-17 11:58:30 +01:00 committed by Copybot
parent d9d7382e80
commit 04347d54ac

View file

@ -124,3 +124,5 @@ window.ExposedSettings = {
window.user = {
id: 'storybook',
}
window.project_id = 'storybook-project'