Fixed returning sensitive data in documents.info

This commit is contained in:
Tom Moor
2018-05-24 22:15:36 -07:00
parent 2c719df32e
commit e2144051df
3 changed files with 30 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ class UiStore {
this.activeDocumentId = document.id;
if (document.publishedAt) {
this.activeCollectionId = document.collection.id;
this.activeCollectionId = document.collectionId;
}
};