mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00

committed by
Torkel Ödegaard

parent
49f0f0e89e
commit
219d711597
@ -49,7 +49,7 @@ const rootReducers = {
|
||||
...organizationReducers,
|
||||
};
|
||||
|
||||
export function addRootReducer(reducers) {
|
||||
export function addRootReducer(reducers: any) {
|
||||
Object.assign(rootReducers, ...reducers);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user