From e3fe687a299db05612cf0dc1010542c8d7b70c53 Mon Sep 17 00:00:00 2001 From: Pawan Kumar Date: Mon, 6 Sep 2021 15:47:52 +0530 Subject: [PATCH] change data validation rule to array (#7091) Co-authored-by: root --- app/client/src/widgets/ListWidget/ListPropertyPaneConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/src/widgets/ListWidget/ListPropertyPaneConfig.ts b/app/client/src/widgets/ListWidget/ListPropertyPaneConfig.ts index cea37bba31..6b6c3626d0 100644 --- a/app/client/src/widgets/ListWidget/ListPropertyPaneConfig.ts +++ b/app/client/src/widgets/ListWidget/ListPropertyPaneConfig.ts @@ -19,7 +19,7 @@ const PropertyPaneConfig = [ inputType: "ARRAY", isBindProperty: true, isTriggerProperty: false, - validation: { type: ValidationTypes.OBJECT_ARRAY }, + validation: { type: ValidationTypes.ARRAY }, evaluationSubstitutionType: EvaluationSubstitutionType.SMART_SUBSTITUTE, }, {