aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/store/store.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/js/store/store.js')
-rw-r--r--web/src/js/store/store.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/js/store/store.js b/web/src/js/store/store.js
index 60913ca6..3def7723 100644
--- a/web/src/js/store/store.js
+++ b/web/src/js/store/store.js
@@ -91,7 +91,7 @@ _.extend(LiveStoreMixin.prototype, {
return this.fetch();
}
if (event.type === this.type) {
- if (event.cmd === StoreCmds.RESET) {
+ if (event.cmd === actions.StoreCmds.RESET) {
this.fetch(event.data);
} else if (this._updates_before_fetch) {
console.log("defer update", event);