From c7832505ae9978169f93578073e41b7634609e13 Mon Sep 17 00:00:00 2001 From: lijianan <574980606@qq.com> Date: Mon, 13 Mar 2023 20:46:52 +0800 Subject: [PATCH] chore: fix ci fail (#41205) * fix: fix ci fail * fix: fix ci fail * update rotationSlider prop --- components/upload/demo/crop-image.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/upload/demo/crop-image.tsx b/components/upload/demo/crop-image.tsx index c62f150f4c..a862fea0b8 100644 --- a/components/upload/demo/crop-image.tsx +++ b/components/upload/demo/crop-image.tsx @@ -1,7 +1,7 @@ -import React, { useState } from 'react'; import { Upload } from 'antd'; import ImgCrop from 'antd-img-crop'; import type { RcFile, UploadFile, UploadProps } from 'antd/es/upload/interface'; +import React, { useState } from 'react'; const App: React.FC = () => { const [fileList, setFileList] = useState([ @@ -33,7 +33,7 @@ const App: React.FC = () => { }; return ( - +