Fix build
This commit is contained in:
parent
8ebfb3de51
commit
91ec409915
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ export default class LayerConfig {
|
||||||
this.presets = (json.presets ?? []).map((pr, i) => {
|
this.presets = (json.presets ?? []).map((pr, i) => {
|
||||||
|
|
||||||
let preciseInput = {
|
let preciseInput = {
|
||||||
preferredBackground: "photo"
|
preferredBackground: ["photo"]
|
||||||
};
|
};
|
||||||
if (pr.preciseInput !== undefined) {
|
if (pr.preciseInput !== undefined) {
|
||||||
if (pr.preciseInput === true) {
|
if (pr.preciseInput === true) {
|
||||||
|
|
Loading…
Reference in a new issue