mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 14:12:40 +00:00
Fix /new storing string "undefined" in Style tab
This commit is contained in:
@@ -2,7 +2,7 @@ const _ = require('lodash');
|
||||
|
||||
// Default properties for newly-created brews
|
||||
const DEFAULT_BREW = {
|
||||
title : 'Untitled Brew',
|
||||
title : '',
|
||||
text : '',
|
||||
style : undefined,
|
||||
description : '',
|
||||
|
||||
Reference in New Issue
Block a user