mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +01:00
merge with branch 2.0.0-m3
This commit is contained in:
@@ -8,6 +8,7 @@ import users from "./users/modules/users";
|
||||
import repos from "./repos/modules/repos";
|
||||
import repositoryTypes from "./repos/modules/repositoryTypes";
|
||||
import changesets from "./repos/modules/changesets";
|
||||
import sources from "./repos/sources/modules/sources";
|
||||
import groups from "./groups/modules/groups";
|
||||
import auth from "./modules/auth";
|
||||
import pending from "./modules/pending";
|
||||
@@ -36,7 +37,8 @@ function createReduxStore(history: BrowserHistory) {
|
||||
permissions,
|
||||
groups,
|
||||
auth,
|
||||
config
|
||||
config,
|
||||
sources
|
||||
});
|
||||
|
||||
return createStore(
|
||||
|
||||
Reference in New Issue
Block a user