From 970c9f262c8a03b056dfc4310af7b8ab18cef59e Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Fri, 20 Oct 2023 10:30:51 -0500 Subject: [PATCH] CE-604 Add support for layoutType TABS --- src/qqq/components/widgets/ParentWidget.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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