0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 16:32:40 +00:00

Add thumbnail to metadata and saving functions

This commit is contained in:
G.Ambatte
2021-10-28 00:29:42 +13:00
parent 3ce1ea610d
commit 20d7193fb2
4 changed files with 20 additions and 7 deletions

View File

@@ -45,7 +45,8 @@ const EditPage = createClass({
published : false,
authors : [],
systems : [],
renderer : 'legacy'
renderer : 'legacy',
thumbnail : ''
}
};
},