Fix an issue with solutions setting in module not updating in cache
Resolves MS-862 #Complete
This commit is contained in:
parent
3cb566c599
commit
4005e0239f
|
|
@ -70,8 +70,8 @@ export default {
|
|||
const fragment = MODULE_FRAGMENT;
|
||||
const module = store.readFragment({ fragment, id });
|
||||
const data = {
|
||||
solutionsEnabled,
|
||||
...module,
|
||||
solutionsEnabled,
|
||||
};
|
||||
store.writeFragment({ fragment, data, id });
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue