diff options
| author | bobzel <zzzman@gmail.com> | 2021-04-06 18:39:20 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-04-06 18:39:20 -0400 |
| commit | 69563c0c81a3e6ade2fe460af8fad76cef3a3897 (patch) | |
| tree | 063a5b23f503fc3219193052ff66509898e50f3c /src/client/views/PropertiesView.tsx | |
| parent | cdfa4390641f5dd4ba5664217417fb42374ed9ea (diff) | |
reverted back to not setting 'system' for non-system documents.
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
| -rw-r--r-- | src/client/views/PropertiesView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx index 0b1d75970..92fe3acb5 100644 --- a/src/client/views/PropertiesView.tsx +++ b/src/client/views/PropertiesView.tsx @@ -28,7 +28,7 @@ import { PresBox } from "./nodes/PresBox"; import { PropertiesButtons } from "./PropertiesButtons"; import { PropertiesDocContextSelector } from "./PropertiesDocContextSelector"; import "./PropertiesView.scss"; -import { DefaultStyleProvider, FilteringStyleProvider } from "./StyleProvider"; +import { DefaultStyleProvider } from "./StyleProvider"; import { CurrentUserUtils } from "../util/CurrentUserUtils"; import { FilterBox } from "./nodes/FilterBox"; import { List } from "../../fields/List"; |
