Skip to content

Commit

Permalink
Fix service dark mode
Browse files Browse the repository at this point in the history
Closes #1251
  • Loading branch information
adlk committed Feb 2, 2019
1 parent 4b7d3e2 commit d529410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webview/recipe.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class RecipeController {
require(modulePath)(new RecipeWebview(), {...config, recipe,});
debug('Initialize Recipe', config, recipe);

this.settings.service = config;
this.settings.service = Object.assign(config, { recipe });
} catch (err) {
console.error('Recipe initialization failed', err);
}
Expand Down

0 comments on commit d529410

Please sign in to comment.