diff --git a/src/qqq/components/widgets/ParentWidget.tsx b/src/qqq/components/widgets/ParentWidget.tsx index 48b4c11..57016d6 100644 --- a/src/qqq/components/widgets/ParentWidget.tsx +++ b/src/qqq/components/widgets/ParentWidget.tsx @@ -43,6 +43,7 @@ export interface ParentWidgetData dropdownNeedsSelectedText?: string; storeDropdownSelections?: boolean; icon?: string; + layoutType: string; } @@ -112,7 +113,7 @@ function ParentWidget({urlParams, widgetMetaData, widgetIndex, data, reloadWidge reloadWidgetCallback={parentReloadWidgetCallback} > - + ) : null