Skip to content
Snippets Groups Projects
Commit e87acc9f authored by Julian's avatar Julian
Browse files

Fix store writing error

parent 6f8bf8aa
No related branches found
No related tags found
3 merge requests!1237Release 3.0,!1207Resolve "Move DeleteDialog from Plank to Core",!1183Release 3.0
Pipeline #119084 failed
......@@ -88,7 +88,7 @@ export default {
storedData[storedDataKey].splice(index, 1);
// Write data back to the cache
store.writeQuery({ query: this.gqlQuery, storedData });
store.writeQuery({ query: this.gqlQuery, data: storedData });
},
close(success) {
this.$emit("input", false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment