From dc47b1cd5b64f23f9b6be0c3c4e18bf3549f8a6a Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 19 Oct 2015 11:34:44 +0800 Subject: [PATCH] fix reqwest --- components/table/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/table/index.jsx b/components/table/index.jsx index fa12a286c8..5ffe91b19e 100644 --- a/components/table/index.jsx +++ b/components/table/index.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import reqwest from 'reqwest-without-xhr2'; +import reqwest from 'reqwest'; import Table from 'rc-table'; import Checkbox from '../checkbox'; import Radio from '../radio';