aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-04-28 10:49:32 -0400
committerbobzel <zzzman@gmail.com>2022-04-28 10:49:32 -0400
commit778432158e5f0bcdcb2e68ff6872a5c9335ef3af (patch)
tree7100f265448c313e63404e5f8b2f45d9bad147ff /src/client/views/PropertiesView.tsx
parent36261eac67ae6f872c9be2c9766d21ac24698f8e (diff)
made sharing menu a developer feature. made link relationships support non-symmetry
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r--src/client/views/PropertiesView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx
index b63395c76..21c688421 100644
--- a/src/client/views/PropertiesView.tsx
+++ b/src/client/views/PropertiesView.tsx
@@ -1362,7 +1362,7 @@ export class PropertiesView extends React.Component<PropertiesViewProps> {
{this.fieldsSubMenu}
- {this.sharingSubMenu}
+ {isNovice ? null : this.sharingSubMenu}
{isNovice ? null : this.filtersSubMenu}