change data validation rule to array (#7091)

Co-authored-by: root <root@DESKTOP-9GENCK0.localdomain>
This commit is contained in:
Pawan Kumar 2021-09-06 15:47:52 +05:30 committed by GitHub
parent c4a7c1fb01
commit e3fe687a29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
},
{