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 81e0c2b commit 5f89ab3Copy full SHA for 5f89ab3
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={this.deleteFile}>
94
Delete
95
96
</Modal.Footer>
0 commit comments