VORKOUT-9 #6

Merged
vlad.dev merged 11 commits from VORKOUT-9 into master 2025-04-29 12:15:41 +05:00
Showing only changes of commit d6911626a7 - Show all commits

View File

@ -1,6 +1,4 @@
import { PlusOutlined } from '@ant-design/icons';
import { import {
Avatar,
Button, Button,
Form, Form,
Input, Input,
@ -71,7 +69,7 @@ export default function UserCreate() {
); );
const photoToUpload = ( const photoToUpload = (
<> <div style={{ height: '102px' }}>
<Upload <Upload
listType="picture-circle" listType="picture-circle"
fileList={fileList} fileList={fileList}
@ -92,7 +90,7 @@ export default function UserCreate() {
src={previewImage} src={previewImage}
/> />
)} )}
</> </div>
); );
return ( return (