Empty state language improvemnts
This commit is contained in:
@@ -74,6 +74,11 @@ class Document extends BaseModel {
|
||||
return [];
|
||||
}
|
||||
|
||||
@computed
|
||||
get isDraft(): boolean {
|
||||
return !this.publishedAt;
|
||||
}
|
||||
|
||||
@computed
|
||||
get isEmpty(): boolean {
|
||||
// Check if the document title has been modified and user generated content exists
|
||||
|
||||
Reference in New Issue
Block a user