mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
Feat : Vendors
This commit is contained in:
20
client/src/containers/Vendors/VendorAttahmentTab.js
Normal file
20
client/src/containers/Vendors/VendorAttahmentTab.js
Normal file
@@ -0,0 +1,20 @@
|
||||
import React from 'react';
|
||||
import Dragzone from 'components/Dragzone';
|
||||
|
||||
/**
|
||||
* Vendor Attahment Tab.
|
||||
*/
|
||||
function VendorAttahmentTab() {
|
||||
return (
|
||||
<div>
|
||||
<Dragzone
|
||||
initialFiles={[]}
|
||||
onDrop={null}
|
||||
onDeleteFile={[]}
|
||||
hint={'Attachments: Maxiumum size: 20MB'}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default VendorAttahmentTab;
|
||||
Reference in New Issue
Block a user