0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-12 11:02:42 +00:00

Fixed titles saving

This commit is contained in:
Scott Tolksdorf
2016-05-14 13:59:21 -04:00
parent c4c09f0a69
commit 5537d974ff
6 changed files with 16 additions and 22 deletions

View File

@@ -18,7 +18,7 @@ const KEY = 'naturalCrit-homebrew-new';
var NewPage = React.createClass({
getInitialState: function() {
return {
title : 'My Awesome Brew v99.99',
title : 'My Awesome Brew v99',
text: '',
isSaving : false
};