Skip to content

Commit

Permalink
FIX: Opening single record edit link (#2092)
Browse files Browse the repository at this point in the history
Opened screen contained more than one record.
  • Loading branch information
ptomask committed Oct 24, 2023
1 parent 170d6bf commit d3c4a3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export class WorkbenchLifecycle implements IWorkbenchLifecycle {
delete menuItem.parent;
delete menuItem.elements;
menuItem = produce(menuItem, (draft: any) => {
draft.attributes.isLazyLoading = "false";
draft.attributes.lazyLoading = "false";
});
}
if (menuItem) {
Expand Down

0 comments on commit d3c4a3f

Please sign in to comment.