VORKOUT-9 #6

Merged
vlad.dev merged 11 commits from VORKOUT-9 into master 2025-04-29 12:15:41 +05:00
30 changed files with 2021 additions and 4 deletions
Showing only changes of commit d6911626a7 - Show all commits

View File

@@ -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 (