We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88992dc commit ad41427Copy full SHA for ad41427
client/packages/lowcoder/src/app.tsx
@@ -402,7 +402,7 @@ const mapStateToProps = (state: AppState) => ({
402
getIsCommonSettingFetched: getIsCommonSettingFetched(state),
403
orgDev: state.ui.users.user.orgDev,
404
currentUserId: state.ui.users.currentUser.id,
405
- currentUserAnonymous: state.ui.users.currentUser.name === "ANONYMOUS",
+ currentUserAnonymous: state.ui.users.user.isAnonymous,
406
currentOrgId: state.ui.users.user.currentOrgId,
407
defaultHomePage: state.ui.application.homeOrg?.commonSettings.defaultHomePage,
408
fetchHomeDataFinished: Boolean(state.ui.application.homeOrg?.commonSettings),
0 commit comments