Client: PortalSettings: Whitelabel: fix

This commit is contained in:
Viktor Fomin 2022-10-28 17:06:46 +05:00
parent eded0a3a50
commit 973566a34c

View File

@ -874,14 +874,14 @@ const WhiteLabel = (props) => {
export default inject(({ setup, auth, common }) => {
const { setWhiteLabelSettings, restoreWhiteLabelSettings } = setup;
const { whiteLabelLogoSizes, whiteLabelLogoText } = common;
const {
whiteLabelLogoUrls,
whiteLabelLogoSizes,
whiteLabelLogoText,
getWhiteLabelLogoText,
getWhiteLabelLogoSizes,
getWhiteLabelLogoUrls,
} = auth.settingsStore;
} = common;
const { whiteLabelLogoUrls, getWhiteLabelLogoUrls } = auth.settingsStore;
return {
theme: auth.settingsStore.theme,