Added error handling
This commit is contained in:
@@ -63,7 +63,8 @@ class CollectionsStore {
|
||||
this.add(collection);
|
||||
});
|
||||
} catch (e) {
|
||||
// No-op
|
||||
Bugsnag.notify(e);
|
||||
this.errors.add('Something went wrong');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user