mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
fix: Change Dropzone title and subtitle (#607)
This commit is contained in:
@@ -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