Skip to content

Commit

Permalink
IBX-2948: Media File Upload: Cannot upload same file twice in a row w…
Browse files Browse the repository at this point in the history
…ith button upload (#2053)
  • Loading branch information
GrabowskiM authored Jun 9, 2022
1 parent fb82b56 commit fc1838f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ export default class DropAreaComponent extends Component {
handleUpload(event) {
this.props.preventDefaultAction(event);
this.props.onDrop(this.props.processUploadedFiles(event));

event.currentTarget.value = null;
}

componentDidMount() {
Expand Down

0 comments on commit fc1838f

Please # to comment.