Skip to content
Snippets Groups Projects
Unverified Commit 23eaa14b authored by Jack Reed's avatar Jack Reed Committed by GitHub
Browse files

Merge pull request #3164 from ProjectMirador/cbeer-patch-1

Allow empty pluginSagas
parents fbd18fea f935d919
Branches
Tags
No related merge requests found
...@@ -20,7 +20,7 @@ function* launchSaga(saga) { ...@@ -20,7 +20,7 @@ function* launchSaga(saga) {
} }
/** */ /** */
function getRootSaga(pluginSagas) { function getRootSaga(pluginSagas = []) {
return function* rootSaga() { return function* rootSaga() {
const sagas = [ const sagas = [
annotations, annotations,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment