Merge branch 'hotfix/toggle-solutions-checkbox' into develop

This commit is contained in:
Ramon Wenger 2024-02-07 14:58:31 +01:00
commit 0b0f262b62
1 changed files with 1 additions and 1 deletions

View File

@ -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 });
}