Skip to content

Commit

Permalink
#378: Fix - User session objects with featuregrid
Browse files Browse the repository at this point in the history
(cherry picked from commit 4028415)
  • Loading branch information
dsuren1 committed Nov 8, 2023
1 parent 4cd959f commit 7a97e95
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 7a97e95

Please sign in to comment.