Fixed returning sensitive data in documents.info
This commit is contained in:
@@ -30,7 +30,7 @@ class UiStore {
|
||||
this.activeDocumentId = document.id;
|
||||
|
||||
if (document.publishedAt) {
|
||||
this.activeCollectionId = document.collection.id;
|
||||
this.activeCollectionId = document.collectionId;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user