Merge pull request #10687 from appsmithorg/hotfix/list-widget-broken
fix: Fix crash on broken list widget (#10670)
This commit is contained in:
commit
434e21bd09
|
|
@ -131,6 +131,7 @@ class ListWidget extends BaseWidget<ListWidgetProps<WidgetProps>, WidgetState> {
|
|||
props,
|
||||
PATH_TO_ALL_WIDGETS_IN_LIST_WIDGET,
|
||||
);
|
||||
if (!listWidgetChildren) return;
|
||||
listWidgetChildren.map((child) => {
|
||||
privateWidgets[child.widgetName] = true;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user