Skip to content

Commit

Permalink
fix(file-uploader): add 'button' to inputKind array @ test
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebritor committed Sep 23, 2023
1 parent f3d7955 commit 22128da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { carbonPrefix } from '../../../global/settings';
import { buttonKinds, buttonSizes } from '../../CvButton/consts';
import CvFileUploader from '..';

const inputKinds = [KINDS.DRAG_TARGET];
const inputKinds = [KINDS.DRAG_TARGET, KINDS.BUTTON];
const createFileItem = (
file,
invalidMessage = '',
Expand Down

0 comments on commit 22128da

Please sign in to comment.