diff --git a/core/core-frontend/src/utils/style.ts b/core/core-frontend/src/utils/style.ts index f41a61c444..08e2bad75e 100644 --- a/core/core-frontend/src/utils/style.ts +++ b/core/core-frontend/src/utils/style.ts @@ -264,8 +264,8 @@ function dataVTabSizeStyleAdaptor(tabComponent) { parentStyleAdaptor.height = parentStyleAdaptor.height - offset } - tabComponent.propValue.forEach(tabItem => { - tabItem.componentData.forEach(tabComponent => { + tabComponent.propValue?.forEach(tabItem => { + tabItem.componentData?.forEach(tabComponent => { groupItemStyleAdaptor(tabComponent, parentStyleAdaptor) if (['Group'].includes(tabComponent.component)) { groupSizeStyleAdaptor(tabComponent)