summaryrefslogtreecommitdiffstats
path: root/web/react/stores/error_store.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/stores/error_store.jsx')
-rw-r--r--web/react/stores/error_store.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/stores/error_store.jsx b/web/react/stores/error_store.jsx
index 90d593364..775b8e006 100644
--- a/web/react/stores/error_store.jsx
+++ b/web/react/stores/error_store.jsx
@@ -34,7 +34,7 @@ class ErrorStoreClass extends EventEmitter {
removeChangeListener(callback) {
this.removeListener(CHANGE_EVENT, callback);
}
-
+
handledError() {
BrowserStore.removeItem('last_error');
}