Commit 16af8162 authored by David O'Regan's avatar David O'Regan

Fix: Update Alert Details to use writeQuery

parent d89150d5
......@@ -42,7 +42,8 @@ export default (selector) => {
}),
});
apolloProvider.clients.defaultClient.cache.writeData({
apolloProvider.clients.defaultClient.cache.writeQuery({
query: sidebarStatusQuery,
data: {
sidebarStatus: false,
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment