Skip to content

Commit

Permalink
Merge pull request #661 from dsuren1/#378_session_backport
Browse files Browse the repository at this point in the history
[Backport 2023.02.xx] #378: Fix - User session objects with featuregrid #649
  • Loading branch information
tdipisa authored Nov 8, 2023
2 parents 4cd959f + 7a97e95 commit 5a59602
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/epics/usersession.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ import {saveContextConfig} from "../actions/usersession";
*/
const sessionSelector = createSelector([userSessionToSaveSelector, templatesSelector, userPluginsSelector],
(session, templates = [], userPlugins) => {
const {map} = session;
return {
map,
...session,
context: {
userPlugins
},
Expand Down

0 comments on commit 5a59602

Please sign in to comment.