summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-04-09 21:56:50 +0200
committerJules Laplace <julescarbon@gmail.com>2021-04-09 21:56:50 +0200
commitc4d9982d0dd4dbedc2770cc6d20ee66429e4554d (patch)
treea2b3274362267d60c14872ddb7b60e8a19b07f64 /frontend
parent699b5c7a969b7bcdb0c2e9eab442da6e9dab09d2 (diff)
how ... did this ever work before?
Diffstat (limited to 'frontend')
-rw-r--r--frontend/site/site/site.actions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/site/site/site.actions.js b/frontend/site/site/site.actions.js
index 6854414..c9c2919 100644
--- a/frontend/site/site/site.actions.js
+++ b/frontend/site/site/site.actions.js
@@ -7,7 +7,7 @@ export const setSiteTitle = title => dispatch => {
}
export const loadSite = graph_name => dispatch => {
- loadGraph(graph_name)
+ loadGraph(graph_name)(dispatch)
.then(() => {
dispatch({ type: types.site.load_site })
})