mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 22:45:45 +01:00
add config to state
This commit is contained in:
@@ -11,6 +11,7 @@ import groups from "./groups/modules/groups";
|
||||
import auth from "./modules/auth";
|
||||
import pending from "./modules/pending";
|
||||
import failure from "./modules/failure";
|
||||
import config from "./config/modules/config";
|
||||
|
||||
import type { BrowserHistory } from "history/createBrowserHistory";
|
||||
|
||||
@@ -26,7 +27,8 @@ function createReduxStore(history: BrowserHistory) {
|
||||
repos,
|
||||
repositoryTypes,
|
||||
groups,
|
||||
auth
|
||||
auth,
|
||||
config
|
||||
});
|
||||
|
||||
return createStore(
|
||||
|
||||
Reference in New Issue
Block a user