mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 16:12:38 +00:00
Homebrewery will now try and insert a better title for you if you dont provide one
This commit is contained in:
@@ -20,7 +20,7 @@ var NewPage = React.createClass({
|
||||
getInitialState: function() {
|
||||
return {
|
||||
ver : '0.0.0',
|
||||
title : 'My Awesome Brew v99',
|
||||
title : '',
|
||||
text: '',
|
||||
isSaving : false
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user