store: fix fetchCount to include fetching entries and userInfo.
parent
77c70ffae6
commit
5aa9640987
|
@ -253,7 +253,7 @@ const fetchActions = [
|
|||
] as Array<ActionFunctionAny<Action<any>>>;
|
||||
|
||||
for (const func in actions) {
|
||||
if (func.startsWith('fetchList') ||
|
||||
if (func.startsWith('fetch') ||
|
||||
func.startsWith('add') ||
|
||||
func.startsWith('update') ||
|
||||
func.startsWith('delete')) {
|
||||
|
|
Loading…
Reference in New Issue