Publishing Info (#70)
* Restore publishing info Closes #68 * Prevent document remounting / refetching when changing between edit / read * Merge master
This commit is contained in:
@@ -23,7 +23,7 @@ export type Document = {
|
||||
collaborators: Array<User>,
|
||||
collection: Object,
|
||||
createdAt: string,
|
||||
createdBy: string,
|
||||
createdBy: User,
|
||||
html: string,
|
||||
id: string,
|
||||
private: boolean,
|
||||
@@ -31,7 +31,7 @@ export type Document = {
|
||||
text: string,
|
||||
title: string,
|
||||
updatedAt: string,
|
||||
updatedBy: string,
|
||||
updatedBy: User,
|
||||
url: string,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user