mirror of
https://github.com/strapi/strapi.git
synced 2025-09-27 17:29:14 +00:00
EditViewDataManagerProvider: Store count and results in intialState
This commit is contained in:
parent
7ed8c3cf62
commit
ad5d363253
@ -73,7 +73,7 @@ const reducer = (state, action) =>
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 'LOAD_RELATION': {
|
case 'LOAD_RELATION': {
|
||||||
const initialDataPath = ['initialData', ...action.keys];
|
const initialDataPath = ['initialData', ...action.keys, 'results'];
|
||||||
const modifiedDataPath = ['modifiedData', ...action.keys];
|
const modifiedDataPath = ['modifiedData', ...action.keys];
|
||||||
const { value } = action;
|
const { value } = action;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user