Empty state language improvemnts
This commit is contained in:
@@ -304,7 +304,7 @@ class DocumentScene extends React.Component<Props> {
|
||||
{!isShare && (
|
||||
<Header
|
||||
document={document}
|
||||
isDraft={!document.publishedAt}
|
||||
isDraft={document.isDraft}
|
||||
isEditing={this.isEditing}
|
||||
isSaving={this.isSaving}
|
||||
isPublishing={this.isPublishing}
|
||||
|
||||
Reference in New Issue
Block a user