From 340a1702b6a7b065ac02d417c891e1886dfe470d Mon Sep 17 00:00:00 2001 From: Pyiner Date: Fri, 23 Oct 2015 16:31:15 +0800 Subject: [PATCH] fix `_target` to `target` --- components/upload/uploadList.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/upload/uploadList.jsx b/components/upload/uploadList.jsx index 8ef510a06e..fbf243f931 100644 --- a/components/upload/uploadList.jsx +++ b/components/upload/uploadList.jsx @@ -29,7 +29,7 @@ export default React.createClass({ : ; let filename = file.url ? - {file.name} : + {file.name} : {file.name}; return (