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

Functionally? working.

This commit is contained in:
David Bolack
2025-01-07 20:36:38 -06:00
parent fe2d02a24c
commit b9f7e820c7
2 changed files with 19 additions and 22 deletions

View File

@@ -152,7 +152,6 @@ const EditPage = createClass({
handleMetaChange : function(metadata, field=undefined){
if(field == 'theme' || field == 'renderer') {// Fetch theme bundle only if theme or renderer was changed
console.log(metadata);
fetchThemeBundle(this, metadata.renderer, metadata.theme);
}
this.setState((prevState)=>({