mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-26 18:12:40 +00:00
Default thumbnail to visible rather than hidden
This commit is contained in:
@@ -28,7 +28,7 @@ const MetadataEditor = createClass({
|
||||
|
||||
getInitialState : function(){
|
||||
return {
|
||||
showThumbnail : false
|
||||
showThumbnail : true
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user