diff options
author | Geireann <60007097+geireann@users.noreply.github.com> | 2021-09-23 11:18:30 -0400 |
---|---|---|
committer | Geireann <60007097+geireann@users.noreply.github.com> | 2021-09-23 11:18:30 -0400 |
commit | d5f9533d153e11e24d2ab7c03b4561170f0768fe (patch) | |
tree | b355c0362eb6b6576af5b5d149ef4ebe17225fc4 /src/client/util/CurrentUserUtils.ts | |
parent | 0079b81fdd56e8aac4ded4c82ecb013fe06057a2 (diff) |
small schema UI tweak
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index 297d4b241..4ec83f2d7 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -1019,8 +1019,6 @@ export class CurrentUserUtils { title: "Show preview", toolTip: "Show preview of selected document", btnType: ButtonType.ToggleButton, - switchToggle: true, - width: 100, buttonText: "Show Preview", icon: "eye", click: 'toggleSchemaPreview()', |