aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesView.tsx
diff options
context:
space:
mode:
authorJenny Yu <jennyyu212@outlook.com>2022-04-28 16:17:25 -0400
committerJenny Yu <jennyyu212@outlook.com>2022-04-28 16:17:25 -0400
commit83c615b1b9706818894ee74481afd4c2bf34fe61 (patch)
tree6e6a242fdbe1d5c164fce9d0c1ae84b4423ed40c /src/client/views/PropertiesView.tsx
parent9f62b6d1c9848439671065dac9ed79bc393c83fa (diff)
parent15bc17cbbe3816ab78ce653105ddff06bce18c59 (diff)
Merge branch 'master' into recording-jenny
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r--src/client/views/PropertiesView.tsx6
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>;