mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
Merge branch 'develop' into inconsistance-pagination-page-size
This commit is contained in:
@@ -120,6 +120,7 @@ export function UploadAttachmentsPopoverContent({
|
||||
uploadIcon={null}
|
||||
value={null}
|
||||
title={''}
|
||||
subtitle={'Drag and drop file here or choose file'}
|
||||
classNames={{ root: styles.dropzoneRoot }}
|
||||
onChange={handleChangeDropzone}
|
||||
dropzoneProps={{
|
||||
|
||||
@@ -13,6 +13,8 @@ export function ImportDropzone() {
|
||||
<Field id={'file'} name={'file'} type="file">
|
||||
{({ form }) => (
|
||||
<ImportDropzoneField
|
||||
title={'Drag and drop files here or click to select files'}
|
||||
subtitle={''}
|
||||
value={form.file}
|
||||
onChange={(file) => {
|
||||
hideAlerts();
|
||||
|
||||
Reference in New Issue
Block a user