Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Redo reducer integration
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Jun 10, 2020
1 parent 4b5d1ed commit fa00609
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ export function applyConfig(config) {
installCalloutPlugin(config);
installVoltoProposals(config);

config.addonReducers.slate_block_selections = slate_block_selections;
config.addonReducers = {
...config.addonReducers,
slate_block_selections,
};

// config.addonReducers.slate_block_selections = slate_block_selections;

return config;
}

0 comments on commit fa00609

Please sign in to comment.