bad merge and rebase
This commit is contained in:
@ -18,7 +18,7 @@ class CollectionStore {
|
||||
invariant(res && res.data, 'Data should be available');
|
||||
const { data } = res;
|
||||
|
||||
if (data.type === 'atlas') this.redirectUrl = data.recentDocuments[0].url;
|
||||
if (data.type === 'atlas') this.redirectUrl = data.documents[0].url;
|
||||
else throw new Error('TODO code up non-atlas collections');
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
|
Reference in New Issue
Block a user