Skip to content
Snippets Groups Projects
Commit e2bab312 authored by Jack Reed's avatar Jack Reed Committed by Chris Beer
Browse files

Update src/lib/MiradorViewer.js


Co-authored-by: default avatarChris Beer <cabeer@stanford.edu>
parent e5997d54
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ class MiradorViewer { ...@@ -45,7 +45,7 @@ class MiradorViewer {
processConfig() { processConfig() {
this.store.dispatch( this.store.dispatch(
importConfig( importConfig(
deepmerge(this.config, getConfigFromPlugins(this.plugins)), deepmerge(getConfigFromPlugins(this.plugins), this.config),
), ),
); );
} }
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment