We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64418ce commit a43e68eCopy full SHA for a43e68e
src/components/common/FileInfo.js
@@ -90,7 +90,7 @@ export default class FileUploadItem extends Component {
90
<Button onClick={() => this.showModal(false)}>
91
Close
92
</Button>
93
- <Button bsStyle="primary" onClick={onClick}>
+ <Button bsStyle="primary" onClick={() => { onClick(); this.showModal(false)}}>
94
Delete
95
96
</Modal.Footer>
0 commit comments