removed config check from custom layout fluid

This commit is contained in:
Jack 2021-05-14 15:52:11 +01:00
parent 4eb8dfaa67
commit 468554562d

View file

@ -1783,6 +1783,7 @@ exports.saveConfig = functions.https.onCall((request, response) => {
if (err) return;
if (key === "resultFilters") return;
if (key === "customBackground") return;
if (key === "customLayoutfluid") return;
let val = obj[key];
if (Array.isArray(val)) {
val.forEach((valarr) => {