зеркало из https://github.com/Azure/Sia-EventUI.git
moved third party config data inline for readability
This commit is contained in:
Родитель
26cf81d39e
Коммит
c2661ef654
|
@ -34,7 +34,7 @@ export const records = (state = defaultEventTypeCollection, action) => {
|
|||
}
|
||||
}
|
||||
|
||||
const persistedRecords = persistReducer(persistConfig, records)
|
||||
const persistedRecords = persistReducer({ key: 'eventType', storage }, records)
|
||||
|
||||
export const eventTypeReducer = combineReducers({
|
||||
fetching,
|
||||
|
|
Загрузка…
Ссылка в новой задаче