From 3bf3013239b2bae58981217eb4fcc4dd31a4226e Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 30 Mar 2017 14:34:12 +0800 Subject: [PATCH] fix warning in test --- components/form/demo/validate-other.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/form/demo/validate-other.md b/components/form/demo/validate-other.md index 6660ef33ad..3d912e65de 100644 --- a/components/form/demo/validate-other.md +++ b/components/form/demo/validate-other.md @@ -79,7 +79,7 @@ class Demo extends React.Component { { required: true, message: 'Please select your favourite colors!', type: 'array' }, ], })( -