Skip to content

Commit d087092

Browse files
liujupingLeoYuan
authored andcommitted
fix: fix loop configuration auto fill empty array issue
1 parent 08fdc67 commit d087092

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/editor-skeleton/src/transducers/addon-combine.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ export default function (metadata: TransformedComponentMetadata): TransformedCom
261261
{
262262
name: getConvertedExtraKey('loop'),
263263
title: { type: 'i18n', 'zh-CN': '循环数据', 'en-US': 'Loop Data' },
264-
defaultValue: [],
265264
setter: [
266265
{
267266
componentName: 'JsonSetter',

0 commit comments

Comments
 (0)