chore: Add i18n and components into storybook (#2188)
* chore: Add i18n and store into storybook * Use empty store to init storybook
This commit is contained in:
committed by
GitHub
parent
b6f57d7fc1
commit
bd7e9d2790
@@ -10,7 +10,7 @@ const {
|
||||
PRIVACY_URL: privacyURL,
|
||||
TERMS_URL: termsURL,
|
||||
WIDGET_BRAND_URL: widgetBrandURL,
|
||||
} = window.globalConfig;
|
||||
} = window.globalConfig || {};
|
||||
|
||||
const state = {
|
||||
appVersion,
|
||||
|
||||
Reference in New Issue
Block a user