mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 09:41:57 +00:00
bug fix: 多个子面板场景的 props 丢失
This commit is contained in:
parent
cd91430234
commit
8961cfcb89
@ -93,6 +93,7 @@ function upgradeConfig(config: OldPaneConfig): IWidgetBaseConfig & { area: strin
|
||||
type: 'Panel',
|
||||
name: typeof title === 'string' ? title : `${name}:${index}`,
|
||||
content,
|
||||
contentProps: props,
|
||||
props: {
|
||||
title,
|
||||
help: tip,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user