Fix build

This commit is contained in:
pietervdvn 2021-10-15 20:03:28 +02:00
parent 8ebfb3de51
commit 91ec409915

View file

@ -163,7 +163,7 @@ export default class LayerConfig {
this.presets = (json.presets ?? []).map((pr, i) => {
let preciseInput = {
preferredBackground: "photo"
preferredBackground: ["photo"]
};
if (pr.preciseInput !== undefined) {
if (pr.preciseInput === true) {