diff options
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r-- | src/client/views/PropertiesView.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx index 91cf83619..21c688421 100644 --- a/src/client/views/PropertiesView.tsx +++ b/src/client/views/PropertiesView.tsx @@ -1360,11 +1360,11 @@ export class PropertiesView extends React.Component<PropertiesViewProps> { {this.optionsSubMenu} - {this.sharingSubMenu} + {this.fieldsSubMenu} - {isNovice ? null : this.filtersSubMenu} + {isNovice ? null : this.sharingSubMenu} - {isNovice ? null : this.fieldsSubMenu} + {isNovice ? null : this.filtersSubMenu} {isNovice ? null : this.layoutSubMenu} </div>; |