Skip to content

Commit f9ff351

Browse files
committed
feat: new mui version of upload input V3
1 parent 06cbcb4 commit f9ff351

9 files changed

Lines changed: 547 additions & 341 deletions

File tree

src/components/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export {default as DateTimePicker} from './inputs/datetimepicker'
99
export {default as GroupedDropdown} from './inputs/grouped-dropdown'
1010
export {default as UploadInput} from './inputs/upload-input'
1111
export {default as UploadInputV2} from './inputs/upload-input-v2'
12+
export {default as UploadInputV3} from './inputs/upload-input-v3'
1213
export {default as CompanyInput} from './inputs/company-input'
1314
export {default as PromocodeInput} from './inputs/promocode-input'
1415
export {default as SponsorInput} from './inputs/sponsor-input'
File renamed without changes.
File renamed without changes.

src/components/inputs/upload-input-v2/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
**/
1313

1414
import React from 'react'
15-
import DropzoneJS from './dropzone'
15+
import DropzoneJS from '../dropzone'
1616
import './index.less';
1717
import file_icon from '../upload-input/file.png';
1818
import ProgressiveImg from "../../progressive-img";

0 commit comments

Comments
 (0)