Skip to content

Commit

Permalink
Fix: Title being cleared on load
Browse files Browse the repository at this point in the history
  • Loading branch information
Tug committed Sep 27, 2019
1 parent 74ee26f commit 5a7ee6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-post/src/editor.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class Editor extends Component {
raw: serialize( parse( props.initialHtml || '' ) ),
},
type: 'post',
status: 'auto-draft',
status: 'draft',
meta: [],
};

Expand Down

0 comments on commit 5a7ee6d

Please sign in to comment.