mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-21 08:28:16 +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',
|
type: 'Panel',
|
||||||
name: typeof title === 'string' ? title : `${name}:${index}`,
|
name: typeof title === 'string' ? title : `${name}:${index}`,
|
||||||
content,
|
content,
|
||||||
|
contentProps: props,
|
||||||
props: {
|
props: {
|
||||||
title,
|
title,
|
||||||
help: tip,
|
help: tip,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user