Web: People: Fixed returned to the homepage after created group.

This commit is contained in:
TatianaLopaeva 2021-03-22 12:59:06 +03:00
parent d0f2d9871f
commit 7c56caf2a6

View File

@ -504,7 +504,7 @@ export default withRouter(
inject(({ auth, peopleStore }) => {
const groups = convertGroups(peopleStore.groupsStore.groups);
return {
settings: config.homepage,
homepage: config.homepage,
groupCaption: auth.settingsStore.customNames.groupCaption,
groupsCaption: auth.settingsStore.customNames.groupsCaption,
groupHeadCaption: auth.settingsStore.customNames.groupHeadCaption,