Skip to content

Commit

Permalink
fix: Change Dropzone title and subtitle (bigcapitalhq#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
abouolia authored Aug 14, 2024
1 parent b12f090 commit ee96dc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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={{
Expand Down
2 changes: 2 additions & 0 deletions packages/webapp/src/containers/Import/ImportDropzone.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit ee96dc6

Please sign in to comment.