change data validation rule to array (#7091)
Co-authored-by: root <root@DESKTOP-9GENCK0.localdomain>
This commit is contained in:
parent
c4a7c1fb01
commit
e3fe687a29
|
|
@ -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,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user