refactor: remove twitch animation on upload photo
This commit is contained in:
parent
732dd701af
commit
d6911626a7
@ -1,6 +1,4 @@
|
||||
import { PlusOutlined } from '@ant-design/icons';
|
||||
import {
|
||||
Avatar,
|
||||
Button,
|
||||
Form,
|
||||
Input,
|
||||
@ -71,7 +69,7 @@ export default function UserCreate() {
|
||||
);
|
||||
|
||||
const photoToUpload = (
|
||||
<>
|
||||
<div style={{ height: '102px' }}>
|
||||
<Upload
|
||||
listType="picture-circle"
|
||||
fileList={fileList}
|
||||
@ -92,7 +90,7 @@ export default function UserCreate() {
|
||||
src={previewImage}
|
||||
/>
|
||||
)}
|
||||
</>
|
||||
</div>
|
||||
);
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user