diff --git a/src/store/reducers.ts b/src/store/reducers.ts index 65ad14b..e29f2a8 100644 --- a/src/store/reducers.ts +++ b/src/store/reducers.ts @@ -253,7 +253,7 @@ const fetchActions = [ ] as Array>>; for (const func in actions) { - if (func.startsWith('fetchList') || + if (func.startsWith('fetch') || func.startsWith('add') || func.startsWith('update') || func.startsWith('delete')) {