fix: delete the defaultValue configuration outside the loop

This commit is contained in:
liujuping 2022-05-25 10:48:14 +08:00 committed by LeoYuan 袁力皓
parent a79875cf86
commit acf7449ca2

View File

@ -261,7 +261,6 @@ export default function (metadata: TransformedComponentMetadata): TransformedCom
{
name: getConvertedExtraKey('loop'),
title: { type: 'i18n', 'zh-CN': '循环数据', 'en-US': 'Loop Data' },
defaultValue: [],
setter: [
{
componentName: 'JsonSetter',