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 {
processConfig() {
this.store.dispatch(
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 register or to comment