aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/stores/lib/Request.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stores/lib/Request.js b/src/stores/lib/Request.js
index 1cf59d3c7..69c2e1a52 100644
--- a/src/stores/lib/Request.js
+++ b/src/stores/lib/Request.js
@@ -136,6 +136,7 @@ export default class Request {
136 } 136 }
137 137
138 reset = () => { 138 reset = () => {
139 this.error = null;
139 this.result = null; 140 this.result = null;
140 this.isExecuting = false; 141 this.isExecuting = false;
141 this.isError = false; 142 this.isError = false;