Add details title

This commit is contained in:
Piotr Rogowski 2022-01-09 18:26:48 +01:00
parent 15c058d624
commit 34f8e79513
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
1 changed files with 3 additions and 0 deletions

View File

@ -598,6 +598,9 @@ const UploadPage = () => {
</div>
</Tabs.TabPane>
</Tabs>
<Divider>
<Space>Details</Space>
</Divider>
<Row {...rowProps}>
<Col span={12}>
<Input addonBefore="Make" value={make} onChange={(e) => setMake(e.target.value)} />