Skip to content

Commit

Permalink
JS-4423: fix crash
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3orblade committed Apr 20, 2024
1 parent b30c3f4 commit f3fb9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts/component/menu/block/more.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ class MenuBlockMore extends React.Component<I.Menu> {
{ operator: I.FilterOperator.And, relationKey: 'layout', condition: I.FilterCondition.In, value: UtilObject.getPageLayouts().concat([ I.ObjectLayout.Collection ]) },
{ operator: I.FilterOperator.And, relationKey: 'isReadonly', condition: I.FilterCondition.NotEqual, value: true },
],
onSelect: close,
onSelect: () => close(),
skipIds: [ rootId ],
position: I.BlockPosition.Bottom,
});
Expand Down

0 comments on commit f3fb9c5

Please sign in to comment.