mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 03:01:16 +00:00
fix: fix loop configuration auto fill empty array issue
This commit is contained in:
parent
08fdc67290
commit
d087092fd7
@ -261,7 +261,6 @@ export default function (metadata: TransformedComponentMetadata): TransformedCom
|
|||||||
{
|
{
|
||||||
name: getConvertedExtraKey('loop'),
|
name: getConvertedExtraKey('loop'),
|
||||||
title: { type: 'i18n', 'zh-CN': '循环数据', 'en-US': 'Loop Data' },
|
title: { type: 'i18n', 'zh-CN': '循环数据', 'en-US': 'Loop Data' },
|
||||||
defaultValue: [],
|
|
||||||
setter: [
|
setter: [
|
||||||
{
|
{
|
||||||
componentName: 'JsonSetter',
|
componentName: 'JsonSetter',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user