diff options
author | bobzel <zzzman@gmail.com> | 2020-09-01 16:57:49 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-09-01 16:57:49 -0400 |
commit | 4bdb3b64c476ffdc5b5c53c9c296c50ce68a8fc5 (patch) | |
tree | 5191a0ec62c09d1aebaa1fcb0e3195054836c598 /src/client/util/CurrentUserUtils.ts | |
parent | ed69ee12a8d9971810c9f391700de526185f0738 (diff) |
fixed facet filters operations and whitelisting of known fields
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index 1b0747e9c..734050b05 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -439,7 +439,7 @@ export class CurrentUserUtils { { _width: 250, _height: 250, title: "container", system: true, cloneFieldFilter: new List<string>(["system"]) }); } if (doc.emptyWebpage === undefined) { - doc.emptyWebpage = Docs.Create.WebDocument("", { title: "webpage", _nativeWidth: 850, _nativeHeight: 962, _width: 400, UseCors: true, system: true, cloneFieldFilter: new List<string>(["system"]) }); + doc.emptyWebpage = Docs.Create.WebDocument("", { title: "webpage", _nativeWidth: 850, _nativeHeight: 962, _width: 400, useCors: true, system: true, cloneFieldFilter: new List<string>(["system"]) }); } if (doc.activeMobileMenu === undefined) { this.setupActiveMobileMenu(doc); |