diff options
author | bobzel <zzzman@gmail.com> | 2021-04-07 12:15:20 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-04-07 12:15:20 -0400 |
commit | 797ebbe8a82c54104a96c6e570310fb1d02da69c (patch) | |
tree | 557aa21fd93bd2fc1f87d0bb5be293637589a1cb /src/client/util/CurrentUserUtils.ts | |
parent | c60be390a83520c0be1a5de2c4748b60aa15fd45 (diff) |
removed scope option for filters in favor of selecting dashboard.
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 4b0a49180..417a1f405 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -806,7 +806,7 @@ export class CurrentUserUtils { // setup Filter item if (doc.currentFilter === undefined) { doc.currentFilter = Docs.Create.FilterDocument({ - title: "FilterDoc", _height: 150, + title: "unnamed filter", _height: 150, treeViewHideTitle: true, _xMargin: 5, _yMargin: 5, _gridGap: 5, _forceActive: true, childDropAction: "none", treeViewTruncateTitleWidth: 150, ignoreClick: true, _lockedPosition: true, boxShadow: "0 0", childDontRegisterViews: true, targetDropAction: "same", system: true, _autoHeight: true, _fitWidth: true |